20 lines
363 B
YAML
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
|