Compare commits

...
Sign in to create a new pull request.

2 commits
master ... main

Author SHA1 Message Date
feldjaeger
9dffde62eb Initial commit: ntfy compose.yaml 2026-04-14 20:06:35 +02:00
feldjaeger
9db0b07142 Initial ntfy setup 2026-04-14 20:02:22 +02:00

View file

@ -1,19 +1,11 @@
services: services:
ntfy: ntfy:
image: binwiederhier/ntfy:latest image: binwiederhier/ntfy:latest
container_name: ntfy
restart: unless-stopped
command: serve
ports: ports:
- "8085:80" - "8085:80"
environment:
- NTFY_BASE_URL=http://10.4.1.110:8085
- NTFY_CACHE_FILE=/var/cache/ntfy/cache.db
volumes: volumes:
- ./data:/var/cache/ntfy - ntfy-cache:/var/cache/ntfy
networks: restart: unless-stopped
- ntfy-net
networks: volumes:
ntfy-net: ntfy-cache:
driver: bridge