update dat erigon config

This commit is contained in:
Sebastian
2023-01-05 15:16:00 +01:00
parent baf5f3cdd8
commit a58c45afcb

View File

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