Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimdre/doco-cd
Docker Compose Continuous Deployment
https://github.com/kimdre/doco-cd
cd cicd continuous-delivery continuous-deployment devops docker docker-compose doco doco-cd gitops webhook
Last synced: 3 months ago
JSON representation
Docker Compose Continuous Deployment
- Host: GitHub
- URL: https://github.com/kimdre/doco-cd
- Owner: kimdre
- License: apache-2.0
- Created: 2024-07-18T16:03:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T07:58:44.000Z (4 months ago)
- Last Synced: 2024-09-28T21:05:35.257Z (4 months ago)
- Topics: cd, cicd, continuous-delivery, continuous-deployment, devops, docker, docker-compose, doco, doco-cd, gitops, webhook
- Language: Go
- Homepage: https://github.com/kimdre/doco-cd/wiki
- Size: 463 KB
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doco-cd - Docker Compose Continuous Deployment
## GitOps for Docker Compose
[![GitHub Release](https://img.shields.io/github/v/release/kimdre/doco-cd?display_name=tag&label=Release)](https://github.com/kimdre/doco-cd/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/kimdre/doco-cd)](https://goreportcard.com/report/github.com/kimdre/doco-cd)
[![CodeQL](https://github.com/kimdre/doco-cd/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/kimdre/doco-cd/actions/workflows/github-code-scanning/codeql)
[![Tests](https://github.com/kimdre/doco-cd/actions/workflows/test.yaml/badge.svg)](https://github.com/kimdre/doco-cd/actions/workflows/test.yaml)
[![Spell checking](https://github.com/kimdre/doco-cd/actions/workflows/spelling.yaml/badge.svg)](https://github.com/kimdre/doco-cd/actions/workflows/spelling.yaml)
[![codecov](https://codecov.io/gh/kimdre/doco-cd/graph/badge.svg?token=TR4H8ATPL0)](https://codecov.io/gh/kimdre/doco-cd)
[![Build Image](https://github.com/kimdre/doco-cd/actions/workflows/build.yaml/badge.svg)](https://github.com/kimdre/doco-cd/actions/workflows/build.yaml)Doco CD is a lightweight GitOps tool that automatically deploys and updates Docker Compose projects/services using webhooks, that are triggered by your Git repository.
You can think of it as a simple Portainer or ArgoCD alternative for Docker.## Documentation
You can find the documentation in the [Wiki](https://github.com/kimdre/doco-cd/wiki).
## Community
- Ask questions on [GitHub Discussions](https://github.com/kimdre/doco-cd/discussions)
- Report bugs or suggest features by [opening an issue](https://github.com/kimdre/doco-cd/issues/new)
- Contribute by [opening a pull request](https://github.com/kimdre/doco-cd/pulls)