feat: Enable Push Create

This commit is contained in:
2026-01-19 03:47:49 +00:00
parent fa36078fbe
commit 4ee7f5b5a1

View File

@@ -15,6 +15,8 @@ services:
- GITEA__server__SSH_PORT=22 - GITEA__server__SSH_PORT=22
- GITEA__server__SSH_LISTEN_PORT=2222 - GITEA__server__SSH_LISTEN_PORT=2222
- GITEA__server__ROOT_URL=https://git.davisdre.com/ - GITEA__server__ROOT_URL=https://git.davisdre.com/
- GITEA__repository__ENABLE_PUSH_CREATE_USER=true
- GITEA__repository__ENABLE_PUSH_CREATE_ORG=true
networks: networks:
- db_network - db_network
- web_gateway - web_gateway