Skip to content
Snippets Groups Projects
Commit f0c114e0 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

fighting with static files

parent 6ebaee16
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,9 @@ LOGGING = {
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.0/howto/static-files/
STATIC_URL = '/static_atdb/'
#STATIC_URL = '/static_atdb/'
STATIC_URL = '/atdb/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
......@@ -36,6 +36,7 @@ services:
- traefik_proxy
- atdb_network
labels:
# https://www.digitalocean.com/community/tutorials/how-to-use-traefik-as-a-reverse-proxy-for-docker-containers-on-ubuntu-18-04
- "traefik.enable=true"
- "traefik.http.routers.atdb-backend.entryPoints=atdb-ldv"
- "traefik.http.routers.atdb-backend.service=atdb-backend"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment