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

@@ -19,8 +19,8 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 10710:10710
- 10710:10710/udp
- 14710:14710
- 14710:14710/udp
expose:
- 8545
- 8551
@@ -30,7 +30,7 @@ services:
- --gcmode=full
- --maxpeers=50
- --nat=extip:${IP}
- --port=10710
- --port=14710
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --sepolia
@@ -70,8 +70,8 @@ services:
ethereum-sepolia-node:
image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_SEPOLIA_PRYSM_VERSION:-v5.3.1}
ports:
- 15710:15710
- 15710:15710/udp
- 19710:19710
- 19710:19710/udp
command:
- --accept-terms-of-use
- --beacon-db-pruning
@@ -82,8 +82,8 @@ services:
- --grpc-gateway-host=0.0.0.0
- --jwt-secret=/jwtsecret
- --monitoring-host=0.0.0.0
- --p2p-tcp-port=15710
- --p2p-udp-port=15710
- --p2p-tcp-port=19710
- --p2p-udp-port=19710
- --rpc-host=0.0.0.0
- --sepolia
restart: unless-stopped