Doco CD is a lightweight GitOps tool that automatically deploys and updates Docker Compose projects/services using polling and webhooks.
You can think of it as a simple Portainer or ArgoCD alternative for Docker.
- Simple setup: Doco CD is easy to set up and use.
- Secure: The application runs with a minimal (distroless) image and supports webhook authentication and data encryption with SOPS.
- Customizable: The application can be configured using environment variables.
- Flexible: The deployments can be configured using a deployment configuration file.
- Lightweight: The application is built in Go and has tiny memory and CPU requirements.
You can find the documentation in the Wiki.
- Ask questions on GitHub Discussions
- Report bugs or suggest features by opening an issue
- Contribute by opening a pull request