Update gotify for traefik

This commit is contained in:
2025-07-21 12:46:48 +05:30
parent 8fb88e30c6
commit 73a5e18f2d

View File

@@ -3,6 +3,13 @@ services:
container_name: gotify
image: ghcr.io/gotify/server:2.6.3
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.gotify.rule=Host(`${TRAEFIK_DOMAIN}`)
- traefik.http.routers.gotify.entrypoints=https
- traefik.http.routers.gotify.tls=true
- traefik.http.routers.gotify.tls.certresolver=cloudflare
- traefik.http.services.gotify.loadbalancer.server.port=80
environment:
- TZ=${TZ}
- GOTIFY_REGISTRATION=${GOTIFY_REGISTRATION}