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,16 @@
# Gitea Version
GITEA_VERSION=1.24.6-rootless
# Database configuration
GITEA_DB_TYPE=postgres
GITEA_POSTGRES_HOST=db:5432
# PostgreSQL settings
POSTGRES_VERSION=17.6
POSTGRES_USER=gitea
POSTGRES_PASSWORD=gitea
POSTGRES_DB=gitea
# Gitea ports
GITEA_HTTP_PORT=3000
GITEA_SSH_PORT=3022