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,6 +13,16 @@ services:
- PUID=1001
- PGID=998
- TZ=America/Chicago
deploy:
mode: replicated
replicas: 1
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
labels:
# Homepage
- "homepage.name=www.wasted-bandwidth.net"
@ -29,15 +38,6 @@ services:
- "diun.enable=true"
- "diun.notification.ntfy=true"
deploy:
mode: replicated
replicas: 1
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
networks:
netgrimoire:
external: true