diun
This commit is contained in:
parent
5e2fbe1ff6
commit
a8a87af218
1 changed files with 22 additions and 0 deletions
22
ntfy.yaml
Normal file
22
ntfy.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
services:
|
||||||
|
ntfy:
|
||||||
|
image: binwiederhier/ntfy
|
||||||
|
container_name: ntfy
|
||||||
|
command:
|
||||||
|
- serve
|
||||||
|
environment:
|
||||||
|
TZ=America/Chicago # optional: Change to your desired timezone
|
||||||
|
user: "1001:998"
|
||||||
|
networks:
|
||||||
|
- netgrimoire
|
||||||
|
volumes:
|
||||||
|
- /data/nfs/Baxter/Docker/ntfy/cache:/var/cache/ntfy
|
||||||
|
- /data/nfs/Baxter/Docker/ntfy/etc:/etc/ntfy
|
||||||
|
ports:
|
||||||
|
- 81:80
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
netgrimoire:
|
||||||
|
external: true
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue