17 lines
416 B
Plaintext
17 lines
416 B
Plaintext
TYPE=uptime-kuma
|
|
COMPOSE_FILE="compose.yml"
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
DOMAIN=uptime-kuma.example.com
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.uptime-kuma.example.com`'
|
|
|
|
SECRET_DB_PASSWORD_VERSION=v1
|
|
SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
|
|
|
## Enable mariadb, otherwise sqlite will be used
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
|
|
|
|
# only for testing branches of uptime-kuma
|
|
#UPTIME_KUMA_GH_REPO=<branch name> |