-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename project to doco-cd (#61)
* refactor: rename project to doco-cd * docs: adjust docs
- Loading branch information
Showing
11 changed files
with
34 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "docs"] | ||
path = docs | ||
url = git@github.com:kimdre/docker-compose-webhook.wiki.git | ||
url = git@github.com:kimdre/doco-cd.wiki.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
# docker-compose-webhook | ||
# doco-cd - Docker Compose Continuous Deployment | ||
|
||
## GitOps for Docker Compose | ||
|
||
![GitHub Release](https://img.shields.io/github/v/release/kimdre/docker-compose-webhook?display_name=tag&label=Release) | ||
[![CodeQL](https://github.com/kimdre/docker-compose-webhook/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/kimdre/docker-compose-webhook/actions/workflows/github-code-scanning/codeql) | ||
[![Spell checking](https://github.com/kimdre/docker-compose-webhook/actions/workflows/spelling.yaml/badge.svg)](https://github.com/kimdre/docker-compose-webhook/actions/workflows/spelling.yaml) | ||
[![Build Image](https://github.com/kimdre/docker-compose-webhook/actions/workflows/build.yaml/badge.svg)](https://github.com/kimdre/docker-compose-webhook/actions/workflows/build.yaml) | ||
[![GitHub Release](https://img.shields.io/github/v/release/kimdre/doco-cd?display_name=tag&label=Release)](https://github.com/kimdre/doco-cd/releases) | ||
[![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) | ||
[![Build Image](https://github.com/kimdre/doco-cd/actions/workflows/build.yaml/badge.svg)](https://github.com/kimdre/doco-cd/actions/workflows/build.yaml) | ||
|
||
|
||
Docker Compose Webhook is a lightweight GitOps tool that automatically deploys and updates Docker Compose services using webhooks, that are triggered by your Git repository. | ||
You can think of a ArgoCD alternative for Docker. | ||
Doco CD is a lightweight GitOps tool that automatically deploys and updates Docker Compose 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/docker-compose-webhook/wiki). | ||
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
services: | ||
app: | ||
container_name: docker-compose-webhook | ||
container_name: doco-cd | ||
build: . | ||
restart: no | ||
ports: | ||
|
Submodule docs
updated
from da8f93 to a212f8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/kimdre/docker-compose-webhook | ||
module github.com/kimdre/doco-cd | ||
|
||
go 1.22.5 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters