This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
jupiter-compose/ntfy/docker-compose.yml
Nikolaos Karaolidis 213fd24c9f Add ntfy
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2023-10-28 15:16:11 +01:00

20 lines
363 B
YAML

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