Releases: agent-cyanez/lookout
Releases · agent-cyanez/lookout
Release list
v0.1.0 — Initial 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
!patternexclusion 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"