feat: disable public registration in Forgejo docker configuration
This commit is contained in:
parent
d4b58497c4
commit
6dc15036cf
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ services:
|
|||
|
||||
# Disable installer screen since we configure via environment/app.ini
|
||||
- FORGEJO__security__INSTALL_LOCK=true
|
||||
|
||||
# Disable public registration (prevent outside signups)
|
||||
- FORGEJO__service__DISABLE_REGISTRATION=true
|
||||
ports:
|
||||
# Expose Forgejo HTTP port publicly
|
||||
- "3000:3000"
|
||||
|
|
|
|||
Loading…
Reference in a new issue