treafik -> caddy

This commit is contained in:
Florian Zirker 2024-12-06 16:02:20 +01:00
parent c6bf4e3fa0
commit 5f3ad34250
11 changed files with 121 additions and 187 deletions

View file

@ -25,12 +25,6 @@ services:
- ${STORAGE_PATH}/ntfy/cache/:/var/cache/ntfy
- ${STORAGE_PATH}/ntfy/varlib/:/var/lib/ntfy/
labels:
- "traefik.enable=true"
- "traefik.http.routers.push.rule=Host(`${FQDN_PUSH}`)"
- "traefik.http.routers.push.entrypoints=websecure"
- "traefik.http.routers.push.tls.certresolver=netcup"
- "traefik.http.routers.push.tls.options=intermediate@file"
- "traefik.http.services.push.loadbalancer.server.port=80"
- "docker.group=push"