update dat erigon config
This commit is contained in:
13
erigon.yml
13
erigon.yml
@@ -6,6 +6,8 @@ services:
|
||||
expose:
|
||||
- "16630"
|
||||
- "9090"
|
||||
- "8545"
|
||||
- "8551"
|
||||
ports:
|
||||
- "16630:16630"
|
||||
- "16630:16630/udp"
|
||||
@@ -17,6 +19,7 @@ services:
|
||||
command: >
|
||||
erigon --chain mainnet
|
||||
--externalcl
|
||||
--port=16630
|
||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060
|
||||
--private.api.addr=0.0.0.0:9090
|
||||
--torrent.upload.rate="1250mb"
|
||||
@@ -50,19 +53,21 @@ services:
|
||||
lighthouse-mainnet:
|
||||
image: sigp/lighthouse:latest-modern
|
||||
ports:
|
||||
- "9000:9000"
|
||||
- "18719:18719"
|
||||
- "18719:18719/udp"
|
||||
- "127.0.0.1:5052:5052"
|
||||
volumes:
|
||||
- .jwtsecret:/jwtsecret
|
||||
- lighthouse_data:/root/.lighthouse
|
||||
command: >
|
||||
lighthouse beacon_node
|
||||
--eth1-endpoints http://erigon-trace:8545
|
||||
--execution-endpoint http://erigon-trace:8551
|
||||
--eth1-endpoints http://erigon-mainnet:8545
|
||||
--execution-endpoint http://erigon-mainnet:8551
|
||||
--execution-jwt /jwtsecret
|
||||
--checkpoint-sync-url https://mainnet.checkpoint.sigp.io
|
||||
--http
|
||||
--http-address=0.0.0.0
|
||||
--http-address 0.0.0.0
|
||||
--p2p-port 18719
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 1m
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user