Adding ntfy

This commit is contained in:
2026-05-02 13:54:12 -04:00
parent 8d565b74f6
commit 05200e15cb

View File

@@ -79,6 +79,16 @@ services:
networks: networks:
- nextcloud_network - nextcloud_network
env_file: .redis_nextcloud.env env_file: .redis_nextcloud.env
ntfy:
image: binwiederhier/ntfy
command: serve
env_file: .ntfy.env
volumes:
- /ntfy/cache:/var/cache/ntfy
- /ntfy/lib:/var/lib/ntfy
ports:
- "8082:80"
restart: unless-stopped
volumes: volumes:
nginx_config: nginx_config:
redis_data: redis_data: