Adding ntfy
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user