Skip to content

Commit

Permalink
fix(deploy): add env ADP_DEBUG to turn on/off only observatorio
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Oct 24, 2024
1 parent 20e4bb1 commit 71a502f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
environment:
# - DJANGO_SETTINGS_MODULE=org_amazonia_de_pe.adp.settings.production
- DJANGO_SETTINGS_MODULE=adp.settings.production
- DEBUG=${DEBUG:-True}
- DEBUG=${ADP_DEBUG:-True}
- ALLOWED_HOSTS=${ALLOWED_HOSTS:-"docker.localhost"}
- CMS_DATABASE_URL=${ADP_DATABASE_URL}
- BONDE_DATABASE_URL=${BONDE_DATABASE_URL}
Expand Down

0 comments on commit 71a502f

Please sign in to comment.