This commit is contained in:
squidbear
2025-03-23 04:31:14 +01:00
parent 7acdb81fff
commit 33c57189f4
5 changed files with 8 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ services:
build:
context: besu
args:
UPSTREAM_VERSION: 24.10.0
UPSTREAM_VERSION: ${BESU_VERSION:-24.10.0}
expose:
- 8545
- 8551
@@ -51,7 +51,7 @@ services:
lighthouse-mainnet:
image: sigp/lighthouse:v5.1.3-modern
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v5.1.3}-modern
restart: unless-stopped
networks:
- chains