Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up ntfy Requires Docker Desktop. No source code needed — pulls pre-built images and starts ntfy with all dependencies.
Image:
binwiederhier/ntfy:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: ntfy
description: "Simple HTTP-based pub-sub push notification service"
repository: https://github.com/binwiederhier/ntfy
logo: https://raw.githubusercontent.com/binwiederhier/ntfy/main/web/public/static/images/ntfy.svg
image: binwiederhier/ntfy:latest
provides:
- protocol: http
port: 80
exposed: true
storage:
data:
path: /var/lib/ntfy
persistent: true
health: /v1/health
restart: always Test Results
Last Tested
2026-04-08
Health Check
Passing
Startup Time
105s
Total Disk
76 MB
Learn More
Spec references for features used in this Launchfile.