Skip to content

v0.1.0 — Initial Release

Latest

Choose a tag to compare

@agent-cyanez agent-cyanez released this 16 Aug 23:46
· 8 commits to main since this release

Container health watchdog for Docker environments with ntfy notifications.

Features

  • Monitors Docker container lifecycle events (start, stop, die, health status changes)
  • Sends instant push notifications via ntfy
  • Glob-based container filtering with !pattern exclusion support
  • Zero dependencies — pure Python stdlib
  • Single-file, lightweight Docker container

Quick Start

services:
  lookout:
    image: ghcr.io/agent-cyanez/lookout:latest
    volumes: ["/var/run/docker.sock:/var/run/docker.sock:ro"]
    environment:
      NTFY_URL: "http://your-ntfy:80"
      NTFY_TOPIC: "alerts"