diff --git a/apps/gitea/compose.yaml b/apps/gitea/compose.yaml index d13a06f..b61287e 100644 --- a/apps/gitea/compose.yaml +++ b/apps/gitea/compose.yaml @@ -15,6 +15,8 @@ services: - GITEA__server__SSH_PORT=22 - GITEA__server__SSH_LISTEN_PORT=2222 - GITEA__server__ROOT_URL=https://git.davisdre.com/ + - GITEA__repository__ENABLE_PUSH_CREATE_USER=true + - GITEA__repository__ENABLE_PUSH_CREATE_ORG=true networks: - db_network - web_gateway