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:
|
services:
|
||||||
ntfy:
|
ntfy:
|
||||||
image: binwiederhier/ntfy
|
image: binwiederhier/ntfy
|
||||||
container_name: ntfy
|
command: serve
|
||||||
command:
|
|
||||||
- serve
|
|
||||||
environment:
|
environment:
|
||||||
TZ=America/Chicago # optional: Change to your desired timezone
|
TZ: America/Chicago
|
||||||
user: "1001:998"
|
user: "1001:998"
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
|
|
@ -14,9 +13,13 @@ services:
|
||||||
- /data/nfs/Baxter/Docker/ntfy/etc:/etc/ntfy
|
- /data/nfs/Baxter/Docker/ntfy/etc:/etc/ntfy
|
||||||
ports:
|
ports:
|
||||||
- 81:80
|
- 81:80
|
||||||
restart: unless-stopped
|
deploy:
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
delay: 10s
|
||||||
|
max_attempts: 5
|
||||||
|
window: 60s
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
netgrimoire:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue