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:
web:
@ -14,20 +13,7 @@ services:
- PUID=1001
- PGID=998
- 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:
mode: replicated
@ -37,6 +23,20 @@ services:
delay: 5s
max_attempts: 3
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:
netgrimoire: