esc
Type to search the docs
Back to catalog

gatus

Tested

Developer-oriented health dashboard and status page with alerting

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up gatus

Requires Docker Desktop. No source code needed — pulls pre-built images and starts gatus with all dependencies.

Image: twinproduction/gatus:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: gatus
description: "Developer-oriented health dashboard and status page with alerting"
repository: https://github.com/TwiN/gatus
logo: https://raw.githubusercontent.com/TwiN/gatus/master/.github/assets/logo-with-dark-text.svg

image: twinproduction/gatus:latest
provides:
  - protocol: http
    port: 8080
    exposed: true
storage:
  config:
    path: /config
    persistent: true
restart: always

Test Results

Last Tested

2026-04-08

Health Check

Passing

Startup Time

1s

Total Disk

44 MB

Learn More

Spec references for features used in this Launchfile.

Related Apps