Set DEFAULT_PUSH_CREATE_PRIVATE=true
This commit is contained in:
parent
da2445f2c7
commit
5b05811ec7
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ services:
|
||||||
- FORGEJO__database__PATH=/data/gitea/gitea.db
|
- FORGEJO__database__PATH=/data/gitea/gitea.db
|
||||||
- FORGEJO__security__INSTALL_LOCK=true
|
- FORGEJO__security__INSTALL_LOCK=true
|
||||||
- FORGEJO__service__DISABLE_REGISTRATION=true
|
- FORGEJO__service__DISABLE_REGISTRATION=true
|
||||||
|
- FORGEJO__repository__ENABLE_PUSH_CREATE_USER=true
|
||||||
|
- FORGEJO__repository__DEFAULT_PUSH_CREATE_PRIVATE=true
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue