This commit is contained in:
2025-10-08 13:20:38 +00:00
parent 7c27ad74ff
commit 7a7b150c47
17 changed files with 31 additions and 8 deletions

4
ntfy/compose.yml Executable file → Normal file
View File

@@ -10,8 +10,8 @@ services:
- TZ=Europe/Oslo # optional: set desired timezone
#user: UID:GID # optional: replace with your own user/group or uid/gid
volumes:
- /home/rcadmin/ntfy/cache_ntfy:/var/cache/ntfy
- /home/rcadmin/ntfy/etc_ntfy:/etc/ntfy
- /home/rcadmin/docker/ntfy/data/cache_ntfy:/var/cache/ntfy
- /home/rcadmin/docker/ntfy/data/etc_ntfy:/etc/ntfy
ports:
- 80:80
healthcheck: # optional: remember to adapt the host:port to your environment