ConOps brings the power of GitOps to plain Docker Compose. Point it at a Git repo, and it automatically syncs your containers, detects drift, and self-heals. Get continuous deployment without the complexity of Kubernetes. Open source and self-hosted.
No reviews yetBe the first to leave a review for ConOps
Maker
📌
Hello people,
Just sharing a small open-source tool I built called ConOps. It’s basically 'ArgoCD for Docker Compose'. It watches your Git repo and keeps your running containers in sync. If a container crashes or drifts, it restarts it. I built it because I didn't want the complexity of Kubernetes for my personal server. It's a single binary, MIT licensed, and handles self-healing.
Would love for you to check out the repo and let me know what you think! Please star it if you feel that's useful.