Skip to content

Commit c61e031

Browse files
Update for pectra (#320)
Co-authored-by: Kaloyan Tanev <kalo@obol.tech>
1 parent f0d43d2 commit c61e031

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docker-compose.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
# | | | | __/ |_| | | | __/ | | | | | | | | | | | (_| |
1010
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
1111
nethermind:
12-
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.6}
12+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.9}
1313
restart: unless-stopped
1414
ports:
1515
- ${NETHERMIND_PORT_P2P:-30303}:30303/tcp # P2P TCP
@@ -46,9 +46,10 @@ services:
4646
# |___/
4747

4848
lighthouse:
49-
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v6.0.1}
49+
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v7.0.1}
5050
ports:
5151
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/tcp # P2P TCP
52+
- 5054:5054/tcp # P2P TCP
5253
- ${LIGHTHOUSE_PORT_P2P:-9000}:9000/udp # P2P UDP
5354
labels:
5455
- "promtail-monitored=${LIGHTHOUSE_PROMTAIL_MONITORED:-true}"
@@ -68,6 +69,7 @@ services:
6869
--metrics-address=0.0.0.0
6970
--metrics-port=5054
7071
--metrics-allow-origin="*"
72+
--state-cache-size=128
7173
networks: [dvnode]
7274
volumes:
7375
- ./data/lighthouse:/opt/app/beacon
@@ -117,7 +119,7 @@ services:
117119
# |_|\___/ \__,_|\___||___/\__\__,_|_|
118120

119121
lodestar:
120-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.28.1}
122+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.29.0}
121123
depends_on: [charon]
122124
entrypoint: /opt/lodestar/run.sh
123125
networks: [dvnode]
@@ -140,7 +142,7 @@ services:
140142
# | | | | | | __/\ V /_____| |_) | (_) | (_) \__ \ |_
141143
# |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
142144
mev-boost:
143-
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.9rc2}
145+
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.9}
144146
command: |
145147
-${NETWORK}
146148
-loglevel=debug

0 commit comments

Comments
 (0)