diff --git a/docker-compose.yml.template b/docker-compose.yml.template index bab6873..cd8dad5 100644 --- a/docker-compose.yml.template +++ b/docker-compose.yml.template @@ -36,6 +36,11 @@ services: - GITEA__actions__ENABLE=true - GITEA__repository__LFS_START_SERVER=true - GITEA__repository__LFS_CONTENT_PATH=/data/lfs + - GITEA__repository__FORCE_PRIVATE=true + - GITEA__repository__DEFAULT_PRIVATE=private + - GITEA__repository__DEFAULT_PUSH_CREATE_PRIVATE=true + - GITEA__openid__ENABLE_OPENID_SIGNIN=false + - GITEA__openid__ENABLE_OPENID_SIGNUP=false - GITEA__storage__type=minio - GITEA__storage__MINIO_ACCESS_KEY_ID=op://TerraphimPlatform/gitea-s3/access-key - GITEA__storage__MINIO_SECRET_ACCESS_KEY=op://TerraphimPlatform/gitea-s3/secret-key