Compare commits

...

2 Commits

Author SHA1 Message Date
juanjo
5367ba7313 Merge pre-dev: fix env_file path docker-compose
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-17 01:05:40 +02:00
juanjo
b8c3e03348 fix: corregir env_file path en docker-compose (../.env → .env)
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Jenkins copia el secret a deployments/.env — el path debe ser relativo
al docker-compose.yml, no a la raíz del workspace.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 01:05:37 +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