You've already forked uptimekuma
turned base into uptime kuma deployment
This commit is contained in:
12
env.example
12
env.example
@@ -1,10 +1,10 @@
|
||||
# Træfik
|
||||
TRAEFIK_ENABLED=true
|
||||
TRAEFIK_NETWORK=traefik
|
||||
TRAEFIK_ROUTER=app_example_com
|
||||
TRAEFIK_SERVICE=app_example_com
|
||||
TRAEFIK_SERVICE_PORT=80
|
||||
TRAEFIK_MATCHRULE=Host(`app.example.com`)
|
||||
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
|
||||
@@ -16,3 +16,7 @@ DIUN_WATCHREPO=true
|
||||
DIUN_SORTALGO=semver
|
||||
DIUN_INCLUDE=
|
||||
DIUN_EXCLUDE=
|
||||
|
||||
# Uptime Kuma
|
||||
UPTIMEKUMA_VERSION=1.21.2
|
||||
UPTIMEKUMA_DATA=./data/uptimekuma
|
||||
|
Reference in New Issue
Block a user