Docker rollout – Zero Downtime Deployment for Docker-compose
docker-compose is great for single node docker deployments, but it doesn't have a feature that would allow zero downtime deployments. It's not possible to deploy often if your app goes down every time, and using Kubernetes/Nomad/Swarm on a single node is an overkill. I created this Docker plugin to be a drop-in replacement for the restart command in usual docker-compose deployment scripts. It performs a simple rolling deployment of a single service.
In plain words
Docker rollout is a Docker plugin that enables zero-downtime deployments for docker-compose applications on single-node setups. It replaces the standard restart command in deployment scripts by performing rolling updates of services, allowing frequent deployments without application downtime. The tool targets developers who need reliable deployment workflows without the complexity of container orchestration platforms like Kubernetes or Swarm.
written from the facts on this page · September 2026
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com
