Update healthchecks and uptimekuma for traefik

This commit is contained in:
2025-07-21 12:48:54 +05:30
parent 73a5e18f2d
commit 2c44c22904
2 changed files with 14 additions and 0 deletions

View File

@@ -3,6 +3,13 @@ services:
container_name: uptime-kuma
image: docker.io/louislam/uptime-kuma:1.23.16
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.uptime-kuma.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.uptime-kuma.entrypoints=https
- traefik.http.routers.uptime-kuma.tls=true
- traefik.http.routers.uptime-kuma.tls.certresolver=cloudflare
- traefik.http.services.uptime-kuma.loadbalancer.server.port=3001
volumes:
- ${APPDATA_PATH}/uptime-kuma/config:/app/data
ports: