Skip to content

Commit

Permalink
Docker: Forward variable JAWANNDENN_ALLOWED_HOSTS
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Aug 22, 2020
1 parent b12a151 commit e1ff116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
environment:
# KEEP IN SYNC with container "cron" below
DJANGO_SETTINGS_MODULE: jawanndenn.settings
JAWANNDENN_ALLOWED_HOSTS: ${JAWANNDENN_ALLOWED_HOSTS}
JAWANNDENN_DEBUG: ${JAWANNDENN_DEBUG}
JAWANNDENN_MAX_POLLS: ${JAWANNDENN_MAX_POLLS:-1000}
JAWANNDENN_POSTGRES_HOST: postgres
Expand Down Expand Up @@ -85,6 +86,7 @@ services:
environment:
# KEEP IN SYNC with container "jawanndenn" above
DJANGO_SETTINGS_MODULE: jawanndenn.settings
JAWANNDENN_ALLOWED_HOSTS: ${JAWANNDENN_ALLOWED_HOSTS}
JAWANNDENN_DEBUG: ${JAWANNDENN_DEBUG}
JAWANNDENN_MAX_POLLS: ${JAWANNDENN_MAX_POLLS:-1000}
JAWANNDENN_POSTGRES_HOST: postgres
Expand Down

0 comments on commit e1ff116

Please sign in to comment.