deploy: regenerate compose from vibe-node main 2c49f032cd65

This commit is contained in:
2026-07-29 02:47:11 +00:00
parent de0e7614a6
commit fbf6963ca7
18 changed files with 119 additions and 225 deletions

View File

@@ -45,6 +45,9 @@ services:
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 14770:14770
- 14770:14770/udp
expose:
- 8545
- 6060
@@ -62,7 +65,8 @@ services:
- --metrics
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nodiscover
- --nat=extip:${IP}
- --port=14770
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=hash
@@ -126,7 +130,7 @@ services:
- KONA_NODE_P2P_LISTEN_UDP_PORT=19770
- KONA_NODE_RPC_ADDR=0.0.0.0
- KONA_NODE_RPC_PORT=9545
- OP_NODE_SYNCMODE=consensus-layer
- OP_NODE_SYNCMODE=execution-layer
entrypoint: [kona-node, node]
restart: unless-stopped
depends_on: