This commit is contained in:
traveler 2025-10-27 15:42:01 -05:00
parent c58ff9bb07
commit 38c3d9e10d

View file

@ -1,4 +1,3 @@
version: "3.9"
services: services:
web: web:
@ -14,20 +13,7 @@ services:
- PUID=1001 - PUID=1001
- PGID=998 - PGID=998
- TZ=America/Chicago - TZ=America/Chicago
labels:
# Homepage
- "homepage.name=www.wasted-bandwidth.net"
- "homepage.icon=mdi:web"
# Kuma
- "kuma.web.http.name=www.wasted-bandwidth.net"
- "kuma.web.http.url=http://web:80"
# Caddy reverse proxy
- caddy=www.wasted-bandwidth.net
- caddy.import=authentik
- caddy.reverse_proxy={{upstreams 80}}
# Diun
- "diun.enable=true"
- "diun.notification.ntfy=true"
deploy: deploy:
mode: replicated mode: replicated
@ -37,6 +23,20 @@ services:
delay: 5s delay: 5s
max_attempts: 3 max_attempts: 3
window: 120s window: 120s
labels:
# Homepage
- "homepage.name=www.wasted-bandwidth.net"
- "homepage.icon=mdi:web"
# Kuma
- "kuma.web.http.name=www.wasted-bandwidth.net"
- "kuma.web.http.url=http://web:80"
# Caddy reverse proxy
- caddy=www.wasted-bandwidth.net
- caddy.import=authentik
- caddy.reverse_proxy={{upstreams 80}}
# Diun
- "diun.enable=true"
- "diun.notification.ntfy=true"
networks: networks:
netgrimoire: netgrimoire: