Compare commits

...

2 Commits

Author SHA1 Message Date
16cbd85e7f Merge pull request 'fix' (#2) from pre-dev into dev
Some checks failed
DEPLOY_MULTI_BRACH/pipeline/head There was a failure building this commit
Reviewed-on: #2
2026-04-12 02:37:26 +00:00
minguezsanzjuanjose
375291514e fix
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
2026-04-12 04:36:59 +02:00
2 changed files with 4 additions and 4 deletions

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) # Base de Datos (Conectando al PostgreSQL que instalamos)
DB_NAME=gitea DB_NAME=gitea
DB_USER=gitea DB_USER=gitea
DB_PASSWORD=gitea_password DB_PASSWORD=gitea
DB_HOST=db DB_HOST=gitea-db
DB_PORT=5432 DB_PORT=5432

View File

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