diff --git a/iStore/ntfy/docker-compose.yaml b/iStore/ntfy/docker-compose.yaml new file mode 100644 index 0000000..c5886a2 --- /dev/null +++ b/iStore/ntfy/docker-compose.yaml @@ -0,0 +1,16 @@ +services: + ntfy: + image: binwiederhier/ntfy:latest + container_name: ntfy + restart: unless-stopped + + ports: + - "80:80" + + volumes: + - ./ntfy:/var/cache/ntfy + + command: + - serve + - --cache-file + - /var/cache/ntfy/cache.db \ No newline at end of file