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: