From a58c45afcb2fe8084aab47bf90daf12a2b41a5a1 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 5 Jan 2023 15:16:00 +0100 Subject: [PATCH] update dat erigon config --- erigon.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/erigon.yml b/erigon.yml index c0e79e90..141e70be 100644 --- a/erigon.yml +++ b/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: