feat: added ntfy + server.yml

This commit is contained in:
sujiba 2024-03-20 22:47:53 +01:00
parent 96fd8940b8
commit 0a26dca93c
3 changed files with 386 additions and 3 deletions

View file

@ -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