ntfy/compose.yaml
2026-04-14 20:02:22 +02:00

12 lines
261 B
YAML

services:
ntfy:
image: binwiederhold/ntfy
container_name: ntfy
restart: always
environment:
- NTFY_BASE_URL=https://ntfy.sascha-lutz.de
ports:
- "8085:80"
volumes:
- ./cache:/var/cache/ntfy
- ./config:/etc/ntfy