This commit is contained in:
traveler 2025-06-20 09:39:57 -05:00
parent a8a87af218
commit cd02f09a6d

View file

@ -1,11 +1,10 @@
services:
ntfy:
image: binwiederhier/ntfy
container_name: ntfy
command:
- serve
command: serve
environment:
TZ=America/Chicago # optional: Change to your desired timezone
TZ: America/Chicago
user: "1001:998"
networks:
- netgrimoire
@ -14,9 +13,13 @@ services:
- /data/nfs/Baxter/Docker/ntfy/etc:/etc/ntfy
ports:
- 81:80
restart: unless-stopped
deploy:
restart_policy:
condition: any
delay: 10s
max_attempts: 5
window: 60s
networks:
netgrimoire:
external: true