Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dartmoon-io/devops-recipes
https://github.com/dartmoon-io/devops-recipes
devops docs
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dartmoon-io/devops-recipes
- Owner: dartmoon-io
- License: mit
- Created: 2022-12-17T11:41:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T15:52:42.000Z (about 2 months ago)
- Last Synced: 2024-10-27T18:26:46.281Z (about 2 months ago)
- Topics: devops, docs
- Language: Dockerfile
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Dartmoon Devops Recipes
This is a collection of recipes we use. We'll keep this repo updated, so stay tuned for more!## Docker recipes
Inside this folder you'll find our Docker recipes for some development environments we use internally. They are **not** production ready and should never be used in production. To use Docker in production DYOR (Do Your Own Reserach).## Drone recipes
We use [Drone CI](https://www.drone.io/) for automatic deployment and testing. In this folder we collected some of the recipes we use with all the related files.## Selfhost recipes
We love to use [Portainer](https://www.portainer.io/) to maintain our selfhost software inside our cluster nodes. Here is a collection of Docker compose stacks, ready to be deployed! If you want to use them remember to secure your nodes (and define a good backup policy)!Enjoy!
## License
This project is licensed under the MIT License - see the LICENSE.md file for details