chore(infra): add env templates and bootstrap script; ignore secrets in git
This commit is contained in:
14
infra/env/common.env.example
vendored
Normal file
14
infra/env/common.env.example
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Global/defaults
|
||||
INFRASTRUCTURE_LABEL=mindboost
|
||||
TZ=UTC
|
||||
|
||||
# Traefik / proxy
|
||||
TRAEFIK_NETWORK=proxy
|
||||
TRAEFIK_HTTP_PORT=80
|
||||
TRAEFIK_HTTPS_PORT=443
|
||||
TRAEFIK_LOG_LEVEL=INFO
|
||||
ACME_EMAIL=you@example.com
|
||||
TRAEFIK_DASHBOARD_DOMAIN=traefik.example.com
|
||||
# Optional basic auth users for dashboard (format: user:hashed)
|
||||
#TRAEFIK_BASIC_AUTH_USERS=admin:$2y$05$...
|
||||
|
||||
Reference in New Issue
Block a user