Skip to content

Commit

Permalink
Set truthy value in environment var
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Jan 29, 2025
1 parent 80dbe19 commit 07db17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ x-app: &default-app
DJANGO_CSRF_TRUSTED_ORIGINS: ${DJANGO_CSRF_TRUSTED_ORIGINS:-}
DJANGO_SECRET_KEY: ${DJANGO_SECRET_KEY:?}
DJANGO_SERVER_EMAIL: ${DJANGO_SERVER_EMAIL:?}
IS_DOCKER_CONTAINER: true
IS_DOCKER_CONTAINER: 1
FILE_TRANSMIT_HOST: receiver.local
FILE_TRANSMIT_PORT: 14638
HTTP_PROXY: ${HTTP_PROXY:-}
Expand Down

0 comments on commit 07db17a

Please sign in to comment.