File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
- sepolia_data:/root/.local/share/reth/sepolia
15
15
- holesky_data:/root/.local/share/reth/holesky
16
16
- logs:/root/logs
17
- - ./jwttoken:/root/jwt:ro
17
+ - ./jwttoken:/root/jwt/ :ro
18
18
# https://paradigmxyz.github.io/reth/run/troubleshooting.html#concurrent-database-access-error-using-containersdocker
19
19
pid : host
20
20
# For Sepolia, replace `--chain mainnet` with `--chain sepolia`
Original file line number Diff line number Diff line change 1
- version : ' 3.9'
1
+ version : " 3.9"
2
2
name : reth
3
-
4
3
services :
5
4
lighthouse :
6
5
restart : unless-stopped
7
- image : sigp/lighthouse:v5.1.3-modern
6
+ image : sigp/lighthouse:v7.0.0-beta.5
8
7
depends_on :
9
8
- reth
10
9
ports :
11
- - ' 5052:5052/tcp' # rpc
12
- - ' 5053:5053/tcp'
13
- - ' 5054:5054/tcp' # metrics
14
- - ' 9000:9000/tcp' # p2p
15
- - ' 9000:9000/udp' # p2p
10
+ - " 5052:5052/tcp" # rpc
11
+ - " 5053:5053/tcp"
12
+ - " 5054:5054/tcp" # metrics
13
+ - " 9000:9000/tcp" # p2p
14
+ - " 9000:9000/udp" # p2p
16
15
volumes :
17
16
- lighthousedata:/root/.lighthouse
18
17
- ./jwttoken:/root/jwt:ro
@@ -26,7 +25,8 @@ services:
26
25
--execution-endpoint http://reth:8551
27
26
--metrics --metrics-address 0.0.0.0
28
27
--execution-jwt /root/jwt/jwt.hex
29
- --checkpoint-sync-url https://mainnet.checkpoint.sigp.io
28
+ --checkpoint-sync-url https://sync-mainnet.beaconcha.in
29
+ --checkpoint-sync-url-timeout=300
30
30
31
31
metrics-exporter :
32
32
restart : unless-stopped
@@ -44,4 +44,4 @@ services:
44
44
45
45
volumes :
46
46
lighthousedata :
47
- driver : local
47
+ driver : local
You can’t perform that action at this time.
0 commit comments