19
ntfy/docker-compose.yml
Normal file
19
ntfy/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
ntfy:
|
||||||
|
image: binwiederhier/ntfy
|
||||||
|
restart: unless-stopped
|
||||||
|
command:
|
||||||
|
- serve
|
||||||
|
volumes:
|
||||||
|
- /home/nick/configs/ntfy/config:/etc/ntfy
|
||||||
|
- /home/nick/configs/ntfy/data:/var/lib/ntfy
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/London
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
|
- routing
|
||||||
|
|
||||||
|
networks:
|
||||||
|
routing:
|
||||||
|
external: true
|
||||||
|
name: routing
|
Reference in New Issue
Block a user