feat: add .env.example for all

This commit is contained in:
Sun-ZhenXing
2025-09-24 22:24:11 +08:00
parent 70f39867cf
commit 0b74e7bbe8
29 changed files with 336 additions and 51 deletions

View File

@@ -0,0 +1,7 @@
# GitLab Version
GITLAB_VERSION=18.4.0-ce.0
# GitLab ports
GITLAB_PORT_OVERRIDE_HTTPS=5443
GITLAB_PORT_OVERRIDE_HTTP=5080
GITLAB_PORT_OVERRIDE_SSH=5022