Built a small tool called ConOps for deploying Docker Compose apps via Git. It watches a repo and keeps docker-compose.yaml in sync with your Docker environment. This is heavily inspired from Argo CD (but without Kubernetes). If you’re running Docker Compose on a homelab or server, this lets you deploy via Git instead of SSH. Includes CLI and a clean web dashboard. MIT licensed.Try it out if you have a second. Would love some feedback:).
Github: https://github.com/anuragxxd/conops
Website: https://conops.anuragxd.com/