Compare commits

..

2 Commits

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

2
.env
View File

@@ -6,5 +6,5 @@ SECRET_KEY=una-clave-muy-secreta-y-larga-123456
DB_NAME=gitea DB_NAME=gitea
DB_USER=gitea DB_USER=gitea
DB_PASSWORD=gitea DB_PASSWORD=gitea
DB_HOST=gitea-db DB_HOST=gitea-db-1
DB_PORT=5432 DB_PORT=5432

View File

@@ -12,7 +12,7 @@ services:
- DB_NAME=gitea - DB_NAME=gitea
- DB_USER=gitea - DB_USER=gitea
- DB_PASSWORD=gitea - DB_PASSWORD=gitea
- DB_HOST=gitea-db - DB_HOST=gitea-db-1
- DB_PORT=5432 - DB_PORT=5432
networks: networks:
- gitea_default - gitea_default