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:
Bavisetti Narayan
2023-06-20 09:36:08 +05:30
committed by GitHub
parent f2ebac1bb4
commit 0c3635cf25
6 changed files with 17 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ services:
DEFAULT_EMAIL: ${DEFAULT_EMAIL}
DEFAULT_PASSWORD: ${DEFAULT_PASSWORD}
USE_MINIO: ${USE_MINIO}
DEBUG: ${DEBUG}
depends_on:
- plane-db
- plane-redis
@@ -88,6 +89,7 @@ services:
DEFAULT_EMAIL: ${DEFAULT_EMAIL}
DEFAULT_PASSWORD: ${DEFAULT_PASSWORD}
USE_MINIO: ${USE_MINIO}
DEBUG: ${DEBUG}
depends_on:
- plane-api
- plane-db