Set DEFAULT_PUSH_CREATE_PRIVATE=true

This commit is contained in:
Graham McIntire 2026-07-24 14:01:05 -05:00
parent da2445f2c7
commit 5b05811ec7
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -24,6 +24,8 @@ services:
- FORGEJO__database__PATH=/data/gitea/gitea.db
- FORGEJO__security__INSTALL_LOCK=true
- FORGEJO__service__DISABLE_REGISTRATION=true
- FORGEJO__repository__ENABLE_PUSH_CREATE_USER=true
- FORGEJO__repository__DEFAULT_PUSH_CREATE_PRIVATE=true
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 10s