Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 1 year ago)
- Last Synced: 2024-06-11T16:30:25.118Z (7 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
[![ci](https://github.com/martibosch/cookiecutter-doge/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/martibosch/cookiecutter-doge/actions/workflows/ci.yml)
[![Documentation Status](https://readthedocs.org/projects/cookiecutter-doge/badge/?version=latest)](https://cookiecutter-doge.readthedocs.io/en/latest/?badge=latest)
[![GitHub license](https://img.shields.io/github/license/martibosch/cookiecutter-doge.svg)](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).
![such workflow](https://raw.githubusercontent.com/martibosch/cookiecutter-doge/main/doge.png "such workflow")
## Acknowledgments
- With the support of the École Polytechnique Fédérale de Lausanne (EPFL)