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: healthchecks
image: ghcr.io/linuxserver/healthchecks:3.10.20250714
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.healthchecks.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.healthchecks.entrypoints=https
- traefik.http.routers.healthchecks.tls=true
- traefik.http.routers.healthchecks.tls.certresolver=cloudflare
- traefik.http.services.healthchecks.loadbalancer.server.port=8000
environment:
- PUID=${PUID}
- PGID=${PGID}