Update compose.yml

This commit is contained in:
2026-03-04 08:24:07 +00:00
parent 41ba8ccf29
commit 0b4790c415

View File

@@ -6,8 +6,11 @@ services:
- serve - serve
environment: environment:
- TZ=Europe/Copenhagen # optional: set desired timezone - TZ=Europe/Copenhagen # optional: set desired timezone
- NTFY_AUTH_FILE=/var/lib/ntfy/user.db
- NTFY_AUTH_DEFAULT_ACCESS=deny-all
# user: UID:GID # optional: replace with your own user/group or uid/gid # user: UID:GID # optional: replace with your own user/group or uid/gid
volumes: volumes:
- /datadisk/docker/ntfy/lib:/var/lib/ntfy
- /datadisk/docker/ntfy/cache:/var/cache/ntfy - /datadisk/docker/ntfy/cache:/var/cache/ntfy
- /datadisk/docker/ntfy/etc:/etc/ntfy - /datadisk/docker/ntfy/etc:/etc/ntfy
ports: ports: