Compare commits
2 Commits
23cd4bf8b4
...
5367ba7313
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5367ba7313 | ||
|
|
b8c3e03348 |
@@ -27,7 +27,7 @@ services:
|
|||||||
container_name: ${APP_CONTAINER_NAME:-django_core_app}
|
container_name: ${APP_CONTAINER_NAME:-django_core_app}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- ../.env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=db
|
- DB_HOST=db
|
||||||
- DB_PORT=5432
|
- DB_PORT=5432
|
||||||
|
|||||||
Reference in New Issue
Block a user