Run locally
Terminal
$ npx launchfile up checkmate Requires Docker Desktop. No source code needed — pulls pre-built images and starts checkmate with all dependencies.
Image:
bluewavelabs/checkmate:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: checkmate
description: "Monitor uptime, response times, and server health with beautiful dashboards"
repository: https://github.com/bluewave-labs/checkmate
logo: https://raw.githubusercontent.com/bluewave-labs/checkmate/main/Client/public/logo.png
image: bluewavelabs/checkmate:latest
provides:
- protocol: http
port: 5000
exposed: true
requires:
- type: mongodb
set_env:
DB_CONNECTION_STRING: $url
env:
JWT_SECRET:
generator: secret
sensitive: true
restart: always Required Services
mongodb
Learn More
Spec references for features used in this Launchfile.
Related Apps
activepieces
UncategorizedWorkflow automation with 200+ integrations (open-source Zapier alternative)
linkwarden
UncategorizedCollaborative bookmark manager with full-text search and AI tagging
matomo
UncategorizedPrivacy-focused web analytics platform (formerly Piwik, Google Analytics alternative)