This commit is contained in:
2025-08-03 19:50:08 +05:30
parent a99fccf27d
commit 994c7a8a4b
3 changed files with 0 additions and 18 deletions

View File

@@ -3,12 +3,6 @@ services:
container_name: gotify
image: ghcr.io/gotify/server:2.6.3
restart: unless-stopped
labels:
- traefik-instance=${TRAEFIK_INSTANCE}
- traefik.enable=true
- traefik.http.routers.gotify.rule=Host(`${DOMAIN}`)
- traefik.http.routers.gotify.entrypoints=websecure
- traefik.http.services.gotify.loadbalancer.server.port=80
environment:
- TZ=${TZ}
- GOTIFY_REGISTRATION=${GOTIFY_REGISTRATION}