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