Go to file
2022-03-03 17:53:57 +10:00
bor added Bor (Polygon) node 2022-03-03 17:53:57 +10:00
geth added txpool locals and fixed pruning container 2022-03-03 16:57:30 +10:00
nethermind updated env description 2022-03-03 16:53:04 +10:00
proxy added proxy traefik 2022-03-02 22:44:13 +10:00
README.md added link to zabbix template 2022-03-03 15:39:08 +10:00

rpc-nodes

1. Start proxy (traefik)

Create a shared network for running containers:

docker network create rpc-shared-network

Specify the domain name to be used and the email address for issuing the Let's Encrypt certificate in the example.env file. Rename example.env to .env:

mv example.env .env

Start proxy:

docker-compose up -d

2. Start blockchain node

3. Monitoring

Visit the repository with instructions on how to install Zabbix template for blockchain nodes here.