Update gotify, uptime, hc for traefik

This commit is contained in:
2025-07-21 15:58:16 +05:30
parent b153f9d8c9
commit 652eef71e8
3 changed files with 6 additions and 6 deletions

View File

@@ -6,9 +6,9 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.gotify.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.gotify.entrypoints=https
- traefik.http.routers.gotify.entrypoints=websecure
- traefik.http.routers.gotify.tls=true
- traefik.http.routers.gotify.tls.certresolver=cloudflare
- traefik.http.routers.gotify.tls.certresolver=letsencrypt
- traefik.http.services.gotify.loadbalancer.server.port=80
environment:
- TZ=${TZ}