dev #35

Merged
jjminguez merged 43 commits from dev into master 2026-04-16 14:37:33 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 16cbd85e7f - Show all commits

4
.env
View File

@@ -5,6 +5,6 @@ SECRET_KEY=una-clave-muy-secreta-y-larga-123456
# Base de Datos (Conectando al PostgreSQL que instalamos)
DB_NAME=gitea
DB_USER=gitea
DB_PASSWORD=gitea_password
DB_HOST=db
DB_PASSWORD=gitea
DB_HOST=gitea-db
DB_PORT=5432

View File

@@ -15,11 +15,11 @@ services:
- DB_HOST=gitea-db-1
- DB_PORT=5432
networks:
- gitea_net
- gitea_default
ports:
- "${PORT}:8000"
networks:
gitea_net:
gitea_default:
external: true
name: frontend