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
Some checks failed
DEPLOY_MULTI_BRACH/pipeline/head There was a failure building this commit
Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2
.env
2
.env
@@ -6,5 +6,5 @@ SECRET_KEY=una-clave-muy-secreta-y-larga-123456
|
||||
DB_NAME=gitea
|
||||
DB_USER=gitea
|
||||
DB_PASSWORD=gitea
|
||||
DB_HOST=gitea-db
|
||||
DB_HOST=gitea-db-1
|
||||
DB_PORT=5432
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- DB_NAME=gitea
|
||||
- DB_USER=gitea
|
||||
- DB_PASSWORD=gitea
|
||||
- DB_HOST=gitea-db
|
||||
- DB_HOST=gitea-db-1
|
||||
- DB_PORT=5432
|
||||
networks:
|
||||
- gitea_default
|
||||
|
||||
Reference in New Issue
Block a user