custom-html-tiny/.env.sample

22 lines
523 B
Plaintext
Raw Normal View History

2022-10-27 00:32:27 +00:00
TYPE=custom-html-tiny
2022-10-27 00:26:30 +00:00
2022-10-27 00:57:00 +00:00
DOMAIN={{ .Domain }}
## Domain aliases
#EXTRA_DOMAINS=', `www.custom-html.example.com`'
2022-10-27 00:26:30 +00:00
LETS_ENCRYPT_ENV=production
2022-10-27 00:57:00 +00:00
HTTP_SUBDIR=
2022-10-27 00:26:30 +00:00
COMPOSE_FILE="compose.yml"
# Single Sign On via Traefik "file provider"
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"
# Git-pull regularly
#COMPOSE_FILE="$COMPOSE_FILE:compose.git-pull.yml"
#GIT_REPO_URL="https://git.coopcloud.tech/dalmationer/hexbomb.gay"
#CRON_SCHEDULE="*/1 * * * *"
2022-11-17 10:46:29 +00:00
# Allow access trough plain http
#COMPOSE_FILE="$COMPOSE_FILE:compose.http.yml"