This commit is contained in:
Para Dox
2025-04-13 17:52:13 +07:00
parent 4b14f4b589
commit 6df1ca59d5
173 changed files with 1256 additions and 1256 deletions

View File

@@ -20,16 +20,16 @@ services:
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root
ports:
- 10317:10317
- 10317:10317/udp
- 15317:15317
- 15317:15317/udp
- 25317:25317
- 25317:25317/udp
- 30317:30317
- 30317:30317/udp
- 35317:35317
- 35317:35317/udp
- 13317:13317
- 13317:13317/udp
- 18317:18317
- 18317:18317/udp
- 28317:28317
- 28317:28317/udp
- 33317:33317
- 33317:33317/udp
- 38317:38317
- 38317:38317/udp
expose:
- 8545
- 8551
@@ -40,8 +40,8 @@ services:
- --beacon.api.port=5555
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=15317
- --caplin.discovery.tcpport=15317
- --caplin.discovery.port=18317
- --caplin.discovery.tcpport=18317
- --chain=sepolia
- --datadir=/root/.local/share/erigon
- --http
@@ -51,13 +51,13 @@ services:
- --http.vhosts=*
- --maxpeers=50
- --nat=extip:${IP}
- --p2p.allowed-ports=30317
- --p2p.allowed-ports=35317
- --port=10317
- --p2p.allowed-ports=33317
- --p2p.allowed-ports=38317
- --port=13317
- --prune.mode=
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --torrent.port=25317
- --torrent.port=28317
- --ws
- --ws.port=8545
restart: unless-stopped