https://github.com/dartmoon-io/devops-recipes
https://github.com/dartmoon-io/devops-recipes
devops docs
Last synced: about 1 year 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T11:39:14.000Z (about 1 year ago)
- Last Synced: 2025-03-16T12:26:56.190Z (about 1 year ago)
- Topics: devops, docs
- Language: Dockerfile
- Size: 88.9 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