23 lines
491 B
Plaintext
23 lines
491 B
Plaintext
# Træfik
|
|
TRAEFIK_ENABLED=true
|
|
TRAEFIK_NETWORK=traefik
|
|
TRAEFIK_ROUTER=uptime_example_com
|
|
TRAEFIK_SERVICE=uptime_example_com
|
|
TRAEFIK_SERVICE_PORT=3001
|
|
TRAEFIK_MATCHRULE=Host(`uptime.example.com`)
|
|
TRAEFIK_TLSENABLED=true
|
|
TRAEFIK_CERTRESOLVER=letsencrypt
|
|
TRAEFIK_HTTP_MIDDLEWARES=http-to-https
|
|
TRAEFIK_HTTPS_MIDDLEWARES=hsts
|
|
|
|
# Diun
|
|
DIUN_ENABLE=true
|
|
DIUN_WATCHREPO=true
|
|
DIUN_SORTALGO=semver
|
|
DIUN_INCLUDE=
|
|
DIUN_EXCLUDE=
|
|
|
|
# Uptime Kuma
|
|
UPTIMEKUMA_VERSION=1.21.2
|
|
UPTIMEKUMA_DATA=./data/uptimekuma
|