Merge pull request 'pre-dev' (#6) from pre-dev into dev
Some checks failed
DEPLOY_MULTI_BRACH/pipeline/pr-master Build queued...
DEPLOY_MULTI_BRACH/pipeline/head There was a failure building this commit

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2026-04-12 02:52:00 +00:00

View File

@@ -5,21 +5,21 @@ services:
dockerfile: deployments/Dockerfile
container_name: ${CONTAINER_NAME}
restart: always
working_dir: /app # <--- Vital para que encuentre 'core'
working_dir: /app
environment:
- DEBUG=${DEBUG_MODE}
- PYTHONPATH=/app # <--- Asegura que Python vea las carpetas
- PYTHONPATH=/app
- DB_NAME=gitea
- DB_USER=gitea
- DB_PASSWORD=gitea
- DB_HOST=gitea-db-1
- DB_PASSWORD=gitea # <-- Asegúrate de que esta sea la que pusiste en la web de Gitea
- DB_HOST=gitea-db # <-- IMPORTANTE: Nombre del servicio, sin el "-1"
- DB_PORT=5432
networks:
- gitea_default
- gitea_bridge # <-- Conectamos el servicio a nuestro puente
ports:
- "${PORT}:8000"
networks:
gitea_default:
gitea_bridge: # <-- Definimos el puente
external: true
name: frontend
name: root_gitea_gitea # <-- ESTE es el nombre real que sale en tu 'docker network ls'