chore: added DEBUG value for docker setup (#1327)
* chore: add DEBUG value for docker setup * refactor: removed the extra DEFAULT value
This commit is contained in:
parent
f2ebac1bb4
commit
0c3635cf25
6 changed files with 17 additions and 3 deletions
|
|
@ -37,6 +37,7 @@ services:
|
|||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
DEBUG: ${DEBUG}
|
||||
DJANGO_SETTINGS_MODULE: plane.settings.production
|
||||
DATABASE_URL: postgres://${PGUSER}:${PGPASSWORD}@${PGHOST}:5432/${PGDATABASE}
|
||||
REDIS_URL: redis://plane-redis:6379/
|
||||
|
|
@ -78,6 +79,7 @@ services:
|
|||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
DEBUG: ${DEBUG}
|
||||
DJANGO_SETTINGS_MODULE: plane.settings.production
|
||||
DATABASE_URL: postgres://${PGUSER}:${PGPASSWORD}@${PGHOST}:5432/${PGDATABASE}
|
||||
REDIS_URL: redis://plane-redis:6379/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue