Merge pre-dev: fix env_file path docker-compose
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good

This commit is contained in:
juanjo
2026-04-17 01:05:40 +02:00

View File

@@ -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