Compare commits

..

No commits in common. "main" and "master" have entirely different histories.
main ... master

View file

@ -1,11 +1,19 @@
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:
- ntfy-cache:/var/cache/ntfy - ./data:/var/cache/ntfy
restart: unless-stopped networks:
- ntfy-net
volumes: networks:
ntfy-cache: ntfy-net:
driver: bridge