gitea: set correct db host. pin network name
This commit is contained in:
@@ -4,7 +4,7 @@ USER_UID=134
|
|||||||
USER_GID=139
|
USER_GID=139
|
||||||
|
|
||||||
GITEA__DATABASE__DB_TYPE=postgres
|
GITEA__DATABASE__DB_TYPE=postgres
|
||||||
GITEA__DATABASE__HOST=db:5432
|
GITEA__DATABASE__HOST=gitea_db:5432
|
||||||
GITEA__DATABASE__NAME=gitea
|
GITEA__DATABASE__NAME=gitea
|
||||||
GITEA__DATABASE__USER=gitea
|
GITEA__DATABASE__USER=gitea
|
||||||
#GITEA__DATABASE__PASSWD=secrets.sops.yaml
|
#GITEA__DATABASE__PASSWD=secrets.sops.yaml
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ networks:
|
|||||||
name: caddy_internal
|
name: caddy_internal
|
||||||
external: true
|
external: true
|
||||||
gitea_db_net:
|
gitea_db_net:
|
||||||
|
name: gitea_db_net
|
||||||
internal: true
|
internal: true
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
|
|||||||
Reference in New Issue
Block a user