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,12 +20,12 @@ services:
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root
ports:
- 10629:10629
- 10629:10629/udp
- 30629:30629
- 30629:30629/udp
- 35629:35629
- 35629:35629/udp
- 11629:11629
- 11629:11629/udp
- 31629:31629
- 31629:31629/udp
- 36629:36629
- 36629:36629/udp
expose:
- 8545
- 8551
@@ -35,9 +35,9 @@ services:
- --datadir=/root/.local/share/erigon
- --maxpeers=50
- --nat=extip:${IP}
- --p2p.allowed-ports=30629
- --p2p.allowed-ports=35629
- --port=10629
- --p2p.allowed-ports=31629
- --p2p.allowed-ports=36629
- --port=11629
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --http
@@ -71,8 +71,8 @@ services:
worldchain-mainnet-archive-node:
image: ${WORLDCHAIN_NODE_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node}:${WORLDCHAIN_MAINNET_NODE_VERSION:-v1.13.1}
ports:
- 15629:15629
- 15629:15629/udp
- 16629:16629
- 16629:16629/udp
environment:
- OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
@@ -88,8 +88,8 @@ services:
- OP_NODE_NETWORK=worldchain-mainnet
- OP_NODE_P2P_ADVERTISE_IP=${IP}
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
- OP_NODE_P2P_LISTEN_TCP_PORT=15629
- OP_NODE_P2P_LISTEN_UDP_PORT=15629
- OP_NODE_P2P_LISTEN_TCP_PORT=16629
- OP_NODE_P2P_LISTEN_UDP_PORT=16629
- OP_NODE_RPC_ADDR=0.0.0.0
- OP_NODE_RPC_PORT=8545
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log