Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)