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,8 +20,8 @@ services:
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root
ports:
- 10221:10221
- 10221:10221/udp
- 14221:14221
- 14221:14221/udp
expose:
- 8545
- 8551
@@ -32,7 +32,7 @@ services:
- --max-inbound-peers=50
- --max-outbound-peers=50
- --nat=extip:${IP}
- --port=10221
- --port=14221
- --rollup.sequencer-http=https://mainnet-sequencer.base.org
- --rpc.gascap=600000000
- --rpc.max-logs-per-response=1100000
@@ -69,8 +69,8 @@ services:
base-mainnet-archive-node:
image: ${BASE_NODE_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node}:${BASE_MAINNET_NODE_VERSION:-v1.13.1}
ports:
- 15221:15221
- 15221:15221/udp
- 19221:19221
- 19221:19221/udp
environment:
- OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
@@ -86,8 +86,8 @@ services:
- OP_NODE_NETWORK=base-mainnet
- OP_NODE_P2P_ADVERTISE_IP=${IP}
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
- OP_NODE_P2P_LISTEN_TCP_PORT=15221
- OP_NODE_P2P_LISTEN_UDP_PORT=15221
- OP_NODE_P2P_LISTEN_TCP_PORT=19221
- OP_NODE_P2P_LISTEN_UDP_PORT=19221
- OP_NODE_RPC_ADDR=0.0.0.0
- OP_NODE_RPC_PORT=8545
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log