Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-10-28 15:16:11 +01:00
parent 6a23377c36
commit 213fd24c9f

19
ntfy/docker-compose.yml Normal file
View 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