🐳 gatus

Automated developer-oriented status page with alerting and incident support

Docker Ready 1 Services Ports: 8080 11,756 stars
1. Pull Image docker pull twinproduction/gatus
2. 1-Click Launch Command docker run -d -p 8080:8080 --name gatus twinproduction/gatus:latest
3. Compose Deployment docker compose up -d
.examples/docker-compose-sqlite-storage/compose.yaml
Download .yml
services:
  gatus:
    image: twinproduction/gatus:latest
    ports:
      - "8080:8080"
    volumes:
      - ./config:/config
      - ./data:/data/