Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eteissonniere/substrate-nodeops
Making Substrate node management easy via self building docker images and easy infrastructure management
https://github.com/eteissonniere/substrate-nodeops
docker moncc substrate
Last synced: 5 days ago
JSON representation
Making Substrate node management easy via self building docker images and easy infrastructure management
- Host: GitHub
- URL: https://github.com/eteissonniere/substrate-nodeops
- Owner: ETeissonniere
- Created: 2020-09-30T17:19:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T21:56:53.000Z (over 1 year ago)
- Last Synced: 2024-11-10T03:33:32.851Z (9 days ago)
- Topics: docker, moncc, substrate
- Language: Dockerfile
- Homepage:
- Size: 1.08 MB
- Stars: 20
- Watchers: 4
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Substrate Node OPs
✨ This repo contains everything you need to deploy and manage substrate based nodes! ✨So far, we have:
- a suite of docker containers being built everyday and pushed to [the docker hub](https://hub.docker.com/u/eteissonniere)
- self configuring images for both prometheus and grafana
- a built in grafana dashboard to monitor your nodes
- templates to deploy on your own cloud provider through [moncc](https://moncc.io/)> If you'd like to see how you can use this project to deploy your own nodes please check our [recent medium post](https://medium.com/@eliott_t/ce2ddc001e65?source=friends_link&sk=be285141f01ddd0d66733f6d014abfbd).
![Grafana Dashboard](https://user-images.githubusercontent.com/10683430/95597134-8d57cb00-0a4e-11eb-8ade-af105ec86ed7.png)
# Contributing
## How to add your own substrate node
If you are running a substrate based chain and would your node to be included in our build suite follow these steps:
1. Fork this repo
2. Edit `./.github/workflows/substrate.yml` to include the details of your project
3. Create a pull request, if it is accepted we will create the repo on our docker hub account
4. Profit!