Update gitea to run on host loopback.

Also update volume for the mounted slab.
This commit is contained in:
Eli Ribble 2024-02-21 09:03:56 -08:00
parent dc70df7014
commit ee5551662a
2 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,7 @@
GITEA__service__DISABLE_REGISTRATION=true
GITEA__mailer__ENABLED=true
GITEA__database__DB_TYPE=postgres
GITEA__database__HOST=postgresql:5432
GITEA__database__HOST=10.0.2.2:5432
GITEA__database__NAME=gitea
GITEA__database__USER=gitea_user
GITEA__database__PASSWD=secret