https://github.com/smartcontractkit/chainlink-node-compose
Docker Compose script for launching multiple chainlink nodes
https://github.com/smartcontractkit/chainlink-node-compose
Last synced: 8 months ago
JSON representation
Docker Compose script for launching multiple chainlink nodes
- Host: GitHub
- URL: https://github.com/smartcontractkit/chainlink-node-compose
- Owner: smartcontractkit
- License: mit
- Created: 2021-06-02T20:40:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T21:52:15.000Z (about 4 years ago)
- Last Synced: 2023-08-04T16:38:21.518Z (over 2 years ago)
- Language: Shell
- Size: 67.4 KB
- Stars: 8
- Watchers: 69
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chainlink Node Compose
This is a script to help launch dev and test environments for chainlink nodes. **Production use would take some heavy
modifications.** Both `docker-compose` and `kubernetes` style deployments have been provided for flexibility. Docker
compose for simpler, local setups, and Kubernetes for more complicated environments. Both launch a single postgres DB
and 5 chainlink nodes that all connect to it.
## Running
Running depends on which deployment you'd like to use, see the folders for more info.
## Accessing Nodes
Accessing the nodes depends on which deployment you choose. Check the respective deployment's folder for more details.
**Email**: notreal@fakeemail.ch
**Password**: twochains
## Issues Running
5 chainlink nodes + a postgres instance takes a decent amount of resources to run. If you're experiencing lots of
unexplained crashes, try giving docker some more resources.