From 05200e15cbb553aaa2807f87851122d9526b59a6 Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Sat, 2 May 2026 13:54:12 -0400 Subject: [PATCH] Adding ntfy --- web-compose.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web-compose.yml b/web-compose.yml index 7db8bb5..2fa4340 100644 --- a/web-compose.yml +++ b/web-compose.yml @@ -79,6 +79,16 @@ services: networks: - nextcloud_network 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: nginx_config: redis_data: