From 1e297b4db02439ee81bc809dee509da31d06e730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ois=C3=ADn=20Kyne?= Date: Mon, 1 Apr 2024 17:23:37 +0100 Subject: [PATCH] Enable metrics on nethermind, bump lighthouse --- docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 327a898..bd5f6fa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: - ${NETHERMIND_IP_HTTP:-127.0.0.1}:${NETHERMIND_PORT_HTTP:-8545}:8545 # JSON-RPC - ${NETHERMIND_IP_ENGINE:-127.0.0.1}:${NETHERMIND_PORT_ENGINE:-8551}:8551 # ENGINE-API command: | - --config=${NETWORK:-holesky} + --config=${NETWORK} --datadir=data --HealthChecks.Enabled=true --JsonRpc.Enabled=true @@ -28,6 +28,8 @@ services: --JsonRpc.EnginePort=8551 --JsonRpc.Host=0.0.0.0 --JsonRpc.Port=8545 + --Metrics.Enabled=true + --Metrics.ExposePort=8008 --Sync.SnapSync=true --Sync.AncientBodiesBarrier=4367322 --Sync.AncientReceiptsBarrier=4367322 @@ -44,7 +46,7 @@ services: # |___/ lighthouse: - image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v5.1.1} + image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v5.1.3} ports: - ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP - ${LIGHTHOUSE_PORT_P2P:-9000}:9000/udp # P2P UDP