Update gotify for traefik
This commit is contained in:
@@ -3,6 +3,13 @@ services:
|
|||||||
container_name: gotify
|
container_name: gotify
|
||||||
image: ghcr.io/gotify/server:2.6.3
|
image: ghcr.io/gotify/server:2.6.3
|
||||||
restart: unless-stopped
|
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:
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- GOTIFY_REGISTRATION=${GOTIFY_REGISTRATION}
|
- GOTIFY_REGISTRATION=${GOTIFY_REGISTRATION}
|
||||||
|
|||||||
Reference in New Issue
Block a user