dev #35

Merged
jjminguez merged 43 commits from dev into master 2026-04-16 14:37:33 +00:00
Showing only changes of commit 93164e4f2c - Show all commits

View File

@@ -6,9 +6,15 @@ services:
container_name: ${CONTAINER_NAME}
restart: always
environment:
- DEBUG=${DEBUG_MODE}
# Usamos 'gitea-db-1' que es el nombre real y seguro
- DATABASE_URL=postgres://gitea:gitea@gitea-db-1:5432/gitea
- DEBUG=${DEBUG_MODE}
# Piezas sueltas para Django:
- DB_NAME=gitea
- DB_USER=gitea
- DB_PASSWORD=gitea
- DB_HOST=gitea-db-1
- DB_PORT=5432
# Mantenemos esta por si acaso la usas en otro sitio:
- DATABASE_URL=postgres://gitea:gitea@gitea-db-1:5432/gitea
networks:
- gitea_net # Nombre interno para este archivo
ports: