fgds
This commit is contained in:
parent
a8a87af218
commit
cd02f09a6d
1 changed files with 9 additions and 6 deletions
15
ntfy.yaml
15
ntfy.yaml
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue