github amayer1983/docksentry v1.7.0
Docksentry v1.7.0

latest releases: v1.16.4, v1.16.3, v1.16.2...
one month ago

Docksentry — Docker Container Update Manager

Your Docker container watchdog — monitors images for updates and lets you manage them via Telegram, with Web UI, auto-rollback, and multi-language support.

Highlights

  • Telegram bot with interactive inline buttons for per-container or bulk updates
  • Docker Compose support — detects Compose stacks, uses native docker compose pull/up
  • Auto-rollback — failed updates or health checks automatically restore the previous container
  • 16 languages included (EN, DE, FR, ES, IT, NL, PT, PL, TR, RU, UK, AR, HI, JA, KO, ZH)
  • Web UI — optional dashboard with status, history, and settings
  • Pin/Freeze & Auto-update — per-container control via Telegram
  • Self-update — the bot can update itself
  • Zero dependencies — Python standard library only

Quick Start

docker run -d --name docksentry --restart unless-stopped \
  -e BOT_TOKEN=your-token -e CHAT_ID=your-id \
  -v /var/run/docker.sock:/var/run/docker.sock \
  amayer1983/docksentry:latest

📖 Full documentation: https://github.com/amayer1983/docksentry#readme

Don't miss a new docksentry release

NewReleases is sending notifications on new releases.