chore(infra): add env templates and bootstrap script; ignore secrets in git

This commit is contained in:
2025-09-15 19:38:57 +02:00
parent 062b30e379
commit a32e2da6c3
3 changed files with 49 additions and 0 deletions

11
infra/env/development/common.env vendored Normal file
View File

@@ -0,0 +1,11 @@
# Development defaults (copy to production and adjust as needed)
INFRASTRUCTURE_LABEL=dev
TZ=UTC
TRAEFIK_NETWORK=proxy
TRAEFIK_HTTP_PORT=80
TRAEFIK_HTTPS_PORT=443
TRAEFIK_LOG_LEVEL=INFO
ACME_EMAIL=dev@example.com
TRAEFIK_DASHBOARD_DOMAIN=traefik.local