Automates Docker container updates by checking versions, requesting Telegram approval, and applying changes securely via SSH. Perfect for n8n or other Docker deployments.
This workflow streamlines Docker container maintenance for DevOps teams and sysadmins. It uses a cron trigger to periodically fetch the latest image version from GitHub, compares it against the running container version on the server via SSH, and notifies via Telegram if an update is available, awaiting user approval.
Upon confirmation, it executes Docker commands over SSH to pull the new image, update the container (e.g., via docker-compose), and restart it seamlessly. Post-update, it sends a
Platform
n8n
Category
Commerce
Price
$19.99
Creator
Jordi Faber
docker
telegram
devops
automation
updates
ssh
github
n8n
cron
container-management
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.