deploy: regenerate compose from vibe-node main 2c49f032cd65
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user