Update .deploy-infra/deploy-prod.yaml
This commit is contained in:
@@ -179,6 +179,8 @@ services:
|
||||
|
||||
gitea:
|
||||
image: gitea/gitea:1.24.6
|
||||
networks:
|
||||
- postgres
|
||||
volumes:
|
||||
- /sprint-data/gitea:/data
|
||||
- /etc/timezone:/etc/timezone
|
||||
@@ -190,7 +192,7 @@ services:
|
||||
USER_UID: 1000
|
||||
USER_GID: 1000
|
||||
GITEA__database__DB_TYPE: postgres
|
||||
GITEA__database__HOST: pg.chocomarsh.com:5432
|
||||
GITEA__database__HOST: postgres:5432
|
||||
GITEA__database__NAME: gitea
|
||||
GITEA__database__USER: postgres
|
||||
GITEA__database__PASSWD: $DB_PASSWORD_PROD
|
||||
|
Reference in New Issue
Block a user