https://github.com/martibosch/cookiecutter-doge
Doge :dog: is a GitOps workflow for continuous deployment of docker-compose apps to DigitalOcean using GitHub Actions and Terraform
https://github.com/martibosch/cookiecutter-doge
continuous-deployment digitalocean docker-compose github-actions gitops terraform
Last synced: 3 months ago
JSON representation
Doge :dog: is a GitOps workflow for continuous deployment of docker-compose apps to DigitalOcean using GitHub Actions and Terraform
- Host: GitHub
- URL: https://github.com/martibosch/cookiecutter-doge
- Owner: martibosch
- License: gpl-3.0
- Created: 2022-08-30T14:38:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T02:54:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T05:57:05.097Z (4 months ago)
- Topics: continuous-deployment, digitalocean, docker-compose, github-actions, gitops, terraform
- Language: HCL
- Homepage: https://cookiecutter-doge.readthedocs.io
- Size: 875 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cookiecutter Doge
[](https://github.com/martibosch/cookiecutter-doge/actions/workflows/ci.yml)
[](https://cookiecutter-doge.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/martibosch/cookiecutter-doge/blob/main/LICENSE)Powered by [cookiecutter](https://github.com/cookiecutter/cookiecutter), cookiecutter-doge provides a template to generate Doge :dog2: projects. Doge (DOcker, Github, tErraform) is a GitOps workflow to ensure multi-environment continuous integration/deployment (CI/CD) for docker-compose applications using Github and Terraform. It has been mainly developed to deploy Django applications based on the [cookiecutter-django](https://github.com/cookiecutter/cookiecutter-django) framework, but it can be extended to other docker-compose setups that require remote infrastructure. At present, the workflow only works on DigitalOcean, but it is easy to adapt it to other cloud providers.
See the [documentation](https://cookiecutter-doge.readthedocs.io), [example project](https://github.com/martibosch/doge-hello-world) with a "Hello, World!" app (using [FastAPI](https://fastapi.tiangolo.com/)) and [its corresponding user guide](https://github.com/martibosch/doge-hello-world/blob/main/README.md).

## Acknowledgments
- With the support of the École Polytechnique Fédérale de Lausanne (EPFL)