Initial setup based on custom-html
This commit is contained in:
17
.env.sample
Normal file
17
.env.sample
Normal file
@ -0,0 +1,17 @@
|
||||
TYPE=custom-html
|
||||
|
||||
DOMAIN=custom-html.example.com
|
||||
## Domain aliases
|
||||
#EXTRA_DOMAINS=', `www.custom-html.example.com`'
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
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 * * * *"
|
||||
#GIT_REPO_SUBDIR=""
|
||||
Reference in New Issue
Block a user