deploy: regenerate compose from vibe-node main dbd3156992d7
This commit is contained in:
@@ -46,6 +46,9 @@ 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:
|
||||
- 10994:10994
|
||||
- 10994:10994/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 9001
|
||||
@@ -54,12 +57,17 @@ services:
|
||||
command:
|
||||
- --chain=mode-sepolia
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --disable-discovery
|
||||
- --discovery.addr=0.0.0.0
|
||||
- --discovery.port=10994
|
||||
- --discovery.v5.addr=0.0.0.0
|
||||
- --discovery.v5.port=10994
|
||||
- --engine.cross-block-cache-size=${MODE_SEPOLIA_RETH_STATE_CACHE:-4096}
|
||||
- --full
|
||||
- --max-inbound-peers=50
|
||||
- --max-outbound-peers=50
|
||||
- --metrics=0.0.0.0:9001
|
||||
- --nat=extip:${IP}
|
||||
- --port=10994
|
||||
- --rollup.historicalrpc=${MODE_SEPOLIA_CLASSIC_ARCHIVE_RPC:-https://sepolia.mode.network}
|
||||
- --rollup.sequencer-http=https://sepolia.mode.network
|
||||
- --rpc-cache.max-blocks=10000
|
||||
@@ -128,6 +136,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=15994
|
||||
- KONA_NODE_RPC_ADDR=0.0.0.0
|
||||
- KONA_NODE_RPC_PORT=9545
|
||||
- OP_NODE_SYNCMODE=execution-layer
|
||||
entrypoint: [kona-node, node]
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user