fix: update site settings for gitea
This commit is contained in:
parent
0617ab50e4
commit
2a373b95d4
1 changed files with 3 additions and 2 deletions
|
|
@ -12,12 +12,13 @@ services:
|
|||
- GITEA__database__NAME=gitea
|
||||
- GITEA__database__USER=${GITEA_DB_USER}
|
||||
- GITEA__database__PASSWD=${GITEA_DB_PASSWORD}
|
||||
# - GITEA__server__DOMAIN=gitea.sigd.net
|
||||
# - GITEA__server__ROOT_URL=https://gitea.sigd.net/
|
||||
- GITEA__security__INSTALL_LOCK=true
|
||||
- GITEA__server__PROTOCOL=http
|
||||
- GITEA__server__DOMAIN=10.4.0.206
|
||||
- GITEA__server__ROOT_URL=http://10.4.0.206:3000/
|
||||
- GITEA__site__TITLE=DeafGain Gitea
|
||||
- GITEA__repository__ROOT=/data/gitea/gitea-repositories
|
||||
- GITEA__lfs__PATH=/data/gitea/lfs
|
||||
volumes:
|
||||
- /docker/gitea/data:/data
|
||||
- /docker/gitea/config:/etc/gitea
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue