fix: update temp values parameters for gitea
This commit is contained in:
parent
2b05dc2b6c
commit
0617ab50e4
1 changed files with 5 additions and 2 deletions
|
|
@ -12,9 +12,12 @@ 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__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/
|
||||
volumes:
|
||||
- /docker/gitea/data:/data
|
||||
- /docker/gitea/config:/etc/gitea
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue