Self-Host with Docker · Yantr
Watchtower
Automatic Docker container updates - keeps your containers current without manual intervention.
About
Watchtower is a container update tool that automatically updates your Docker containers when new images are pushed to registries. It monitors running containers, checks for updated images, stops old containers, pulls new images, and starts fresh containers with the same parameters. Features include schedule-based updates (cron), cleanup of old images after update, notification support, update filtering (include/exclude specific containers), and graceful rolling updates. Perfect for keeping your homelab up to date without manually pulling and restarting every container.
How to Self-Host Watchtower
Watchtower can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Watchtower does, which Docker image Yantr uses, default ports, dependencies, and where to find the original compose template.
If you searched for Watchtower Docker, Watchtower Docker Compose, or self-host Watchtower, this page is the direct landing page for that app in Yantr's catalog.
Use Cases
- Automatically keep all your Docker containers up to date.
- Schedule updates to run during off-peak hours.
- Clean up old container images to save disk space.
- Get notified when containers are updated.
Technical Details
Docker Image
containrrr/watchtower:latest
Service Name
watchtower
Notes
- → Requires Docker socket access (/var/run/docker.sock)
- → Set schedule using cron syntax
- → Can exclude specific containers from updates
Related Apps
Moltis
Self-hosted Moltis server with web UI and Docker access.
Whoogle
Self-hosted, ad-free Google search proxy with privacy features and customization options.
Networking Toolbox
Collection of 100+ networking utilities - port scanner, IP info, DNS tools, and more.
More App Pages
Explore the full app catalog for more self-hosted services, alternatives, and dependencies that work alongside Watchtower.
Page generated 2026-03-06T16:43:27.553Z