deploy: regenerate compose from vibe-node main dbd3156992d7
This commit is contained in:
@@ -155,6 +155,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=17151
|
||||
- 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:
|
||||
|
||||
@@ -135,6 +135,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=16634
|
||||
- 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:
|
||||
|
||||
@@ -136,6 +136,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=19845
|
||||
- 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:
|
||||
|
||||
@@ -134,6 +134,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=19373
|
||||
- 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:
|
||||
|
||||
@@ -134,6 +134,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=16068
|
||||
- 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:
|
||||
|
||||
@@ -135,6 +135,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=19236
|
||||
- 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:
|
||||
|
||||
@@ -137,6 +137,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=15598
|
||||
- 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:
|
||||
|
||||
@@ -138,6 +138,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=17812
|
||||
- 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:
|
||||
|
||||
@@ -134,6 +134,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=16194
|
||||
- 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:
|
||||
|
||||
@@ -137,6 +137,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=19035
|
||||
- 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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -136,6 +136,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=16114
|
||||
- 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:
|
||||
|
||||
@@ -136,6 +136,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=16845
|
||||
- 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:
|
||||
|
||||
@@ -137,6 +137,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=18985
|
||||
- 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:
|
||||
|
||||
@@ -133,6 +133,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=19133
|
||||
- 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:
|
||||
|
||||
@@ -134,6 +134,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=16080
|
||||
- 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:
|
||||
|
||||
@@ -134,6 +134,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=18073
|
||||
- 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:
|
||||
|
||||
@@ -136,6 +136,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=15216
|
||||
- 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:
|
||||
|
||||
@@ -136,6 +136,7 @@ services:
|
||||
- KONA_NODE_P2P_LISTEN_UDP_PORT=18561
|
||||
- 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