
doco-cd
Docker Compose Continuous Deployment
The Lens
Doco-CD is GitOps for Docker Compose. Point it at a Git repo containing your docker-compose.yml, and it automatically deploys when you push. Webhooks or polling, your choice. ArgoCD stripped down to just Docker Compose, without the Kubernetes complexity.
Runs as a single container with minimal RAM. Supports multiple Git providers, external secret management with SOPS encryption, Prometheus metrics for monitoring deployments, and built-in notifications. Also works with Docker Swarm stacks if you have graduated past single-host Compose.
Solo developers and small teams running Docker Compose in production (and there are more of you than the Kubernetes crowd admits): this gives you automated deployments without learning Kubernetes, Helm, or ArgoCD. Push to main, services update.
The catch: if you need canary deployments, rolling updates with health checks, or multi-cluster orchestration, you have outgrown this tool. It does one thing and does it well.
Get tools like this every Wednesday
One featured tool, three on the radar. No fluff.
Free vs Self-Hosted vs Paid
fully free## Free Tier Full tool, all features. Apache 2.0 license.
## Self-Hosted Single container, minimal resources. Trivial to deploy alongside your Compose stack.
## Paid No paid tier. Completely community-driven.
Completely free and open source. Apache 2.0 license, no restrictions.
License: Apache License 2.0
Use freely. Patent grant included.
Commercial use: ✓ Yes
About
- Owner
- Kim Oliver Drechsel (User)
- Stars
- 1,362
- Forks
- 46
Explore Further
More tools in the directory
kubernetes
Production-Grade Container Scheduling and Management
122.1k ★terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
48.3k ★compose
Define and run multi-container applications with Docker
37.3k ★