deploy: regenerate compose from vibe-node main cae6f8c29982
This commit is contained in:
@@ -46,9 +46,6 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
|
||||
user: root
|
||||
ports:
|
||||
- 14792:14792
|
||||
- 14792:14792/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 9001
|
||||
@@ -62,12 +59,12 @@ services:
|
||||
- --chain=/config/genesis.json
|
||||
- --config=/config/reth/reth.toml
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --disable-discovery
|
||||
- --engine.cross-block-cache-size=${RONIN_MAINNET_RETH_STATE_CACHE:-4096}
|
||||
- --max-inbound-peers=50
|
||||
- --max-outbound-peers=50
|
||||
- --metrics=0.0.0.0:9001
|
||||
- --nat=extip:${IP}
|
||||
- --port=14792
|
||||
- --rollup.discovery.v4
|
||||
- --rollup.historicalrpc=${RONIN_MAINNET_CLASSIC_ARCHIVE_RPC:-https://rpc-ronin-mainnet-bfz9fadqzl.t.conduit.xyz}
|
||||
- --rollup.sequencer-http=https://rpc-ronin-mainnet-bfz9fadqzl.t.conduit.xyz
|
||||
- --rpc-cache.max-blocks=10000
|
||||
@@ -133,7 +130,7 @@ services:
|
||||
- OP_NODE_L2_ENGINE_KIND=reth
|
||||
- OP_NODE_L2_ENGINE_RPC=http://ronin-mainnet:8551
|
||||
- OP_NODE_L2_ENGINE_RPC_TIMEOUT=120s
|
||||
- OP_NODE_L2_SKIP_SYNC_START_CHECK=false
|
||||
- OP_NODE_L2_SKIP_SYNC_START_CHECK=true
|
||||
- OP_NODE_LOG_LEVEL=info
|
||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||
- OP_NODE_METRICS_ENABLED=true
|
||||
@@ -149,7 +146,7 @@ services:
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=9545
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
- OP_NODE_SYNCMODE=execution-layer
|
||||
- OP_NODE_SYNCMODE=consensus-layer
|
||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||
entrypoint: [op-node]
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user