feat: added ntfy + server.yml
This commit is contained in:
parent
96fd8940b8
commit
0a26dca93c
3 changed files with 386 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
version: "2.3"
|
||||
services:
|
||||
|
||||
# https://docs.ntfy.sh/install/#docker
|
||||
|
@ -8,8 +7,8 @@ services:
|
|||
command:
|
||||
- serve
|
||||
environment:
|
||||
- TZ=Europe/Berlin # optional: set desired timezone
|
||||
# user: UID:GID # optional: replace with your own user/group or uid/gid
|
||||
TZ: Europe/Berlin # optional: set desired timezone
|
||||
# user: UID:GID # optional: replace with your own user/group or uid/gid
|
||||
volumes:
|
||||
- ./volumes/cache:/var/cache/ntfy
|
||||
- ./volumes/ntfy:/etc/ntfy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue