chore: bump lighthouse and do minor fixes in docker compose (#15587)

This commit is contained in:
Alexey Shekhirin
2025-04-07 11:10:58 +01:00
committed by GitHub
parent 5b8e40bce7
commit 7b60a35823
2 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ services:
- sepolia_data:/root/.local/share/reth/sepolia
- holesky_data:/root/.local/share/reth/holesky
- logs:/root/logs
- ./jwttoken:/root/jwt:ro
- ./jwttoken:/root/jwt/:ro
# https://paradigmxyz.github.io/reth/run/troubleshooting.html#concurrent-database-access-error-using-containersdocker
pid: host
# For Sepolia, replace `--chain mainnet` with `--chain sepolia`

View File

@@ -1,18 +1,17 @@
version: '3.9'
version: "3.9"
name: reth
services:
lighthouse:
restart: unless-stopped
image: sigp/lighthouse:v5.1.3-modern
image: sigp/lighthouse:v7.0.0-beta.5
depends_on:
- reth
ports:
- '5052:5052/tcp' # rpc
- '5053:5053/tcp'
- '5054:5054/tcp' # metrics
- '9000:9000/tcp' # p2p
- '9000:9000/udp' # p2p
- "5052:5052/tcp" # rpc
- "5053:5053/tcp"
- "5054:5054/tcp" # metrics
- "9000:9000/tcp" # p2p
- "9000:9000/udp" # p2p
volumes:
- lighthousedata:/root/.lighthouse
- ./jwttoken:/root/jwt:ro
@@ -26,7 +25,8 @@ services:
--execution-endpoint http://reth:8551
--metrics --metrics-address 0.0.0.0
--execution-jwt /root/jwt/jwt.hex
--checkpoint-sync-url https://mainnet.checkpoint.sigp.io
--checkpoint-sync-url https://sync-mainnet.beaconcha.in
--checkpoint-sync-url-timeout=300
metrics-exporter:
restart: unless-stopped
@@ -44,4 +44,4 @@ services:
volumes:
lighthousedata:
driver: local
driver: local