deploy: regenerate compose from vibe-node main 2882b0eecacc

This commit is contained in:
2026-09-20 08:28:26 +00:00
parent 32a244feac
commit 6d4f6b1e74
8 changed files with 32 additions and 0 deletions

View File

@@ -123,10 +123,14 @@ services:
- KONA_NODE_L2_TRUST_RPC=true
- KONA_NODE_METRICS_PORT=7300
- KONA_NODE_MODE=Validator
- KONA_NODE_OVERRIDE_KEEP_KARST_UPGRADE_GAS=false
- KONA_NODE_P2P_ADVERTISE_IP=${IP}
- KONA_NODE_P2P_LISTEN_IP=0.0.0.0
- KONA_NODE_P2P_LISTEN_TCP_PORT=17509
- KONA_NODE_P2P_LISTEN_UDP_PORT=17509
- KONA_NODE_P2P_NO_DISCOVERY=true
- KONA_NODE_P2P_PEERS_HI=0
- KONA_NODE_P2P_PEERS_LO=0
- KONA_NODE_RPC_ADDR=0.0.0.0
- KONA_NODE_RPC_PORT=9545
- OP_NODE_SYNCMODE=execution-layer

View File

@@ -53,6 +53,8 @@ services:
- 6060
- 8551
environment:
- GETH_OVERRIDE_KARST=1783526401
- GETH_OVERRIDE_OSAKA=1783526401
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network
entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=leveldb --gcmode=archive --datadir /data init --state.scheme=hash /config/genesis.json; [ -f /config/static-nodes.json ] && cp -f /config/static-nodes.json /data/static-nodes.json; exec geth "$@"' --
@@ -124,10 +126,14 @@ services:
- KONA_NODE_L2_TRUST_RPC=true
- KONA_NODE_METRICS_PORT=7300
- KONA_NODE_MODE=Validator
- KONA_NODE_OVERRIDE_KEEP_KARST_UPGRADE_GAS=false
- KONA_NODE_P2P_ADVERTISE_IP=${IP}
- KONA_NODE_P2P_LISTEN_IP=0.0.0.0
- KONA_NODE_P2P_LISTEN_TCP_PORT=15430
- KONA_NODE_P2P_LISTEN_UDP_PORT=15430
- KONA_NODE_P2P_NO_DISCOVERY=true
- KONA_NODE_P2P_PEERS_HI=0
- KONA_NODE_P2P_PEERS_LO=0
- KONA_NODE_RPC_ADDR=0.0.0.0
- KONA_NODE_RPC_PORT=9545
- OP_NODE_SYNCMODE=execution-layer

View File

@@ -53,6 +53,8 @@ services:
- 6060
- 8551
environment:
- GETH_OVERRIDE_KARST=1783526401
- GETH_OVERRIDE_OSAKA=1783526401
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network
entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=leveldb --gcmode=archive --datadir /data init --state.scheme=hash /config/genesis.json; [ -f /config/static-nodes.json ] && cp -f /config/static-nodes.json /data/static-nodes.json; exec geth "$@"' --

View File

@@ -53,6 +53,8 @@ services:
- 6060
- 8551
environment:
- GETH_OVERRIDE_KARST=1783526401
- GETH_OVERRIDE_OSAKA=1783526401
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network
entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=hash /config/genesis.json; [ -f /config/static-nodes.json ] && cp -f /config/static-nodes.json /data/static-nodes.json; exec geth "$@"' --
@@ -124,10 +126,14 @@ services:
- KONA_NODE_L2_TRUST_RPC=true
- KONA_NODE_METRICS_PORT=7300
- KONA_NODE_MODE=Validator
- KONA_NODE_OVERRIDE_KEEP_KARST_UPGRADE_GAS=false
- KONA_NODE_P2P_ADVERTISE_IP=${IP}
- KONA_NODE_P2P_LISTEN_IP=0.0.0.0
- KONA_NODE_P2P_LISTEN_TCP_PORT=16249
- KONA_NODE_P2P_LISTEN_UDP_PORT=16249
- KONA_NODE_P2P_NO_DISCOVERY=true
- KONA_NODE_P2P_PEERS_HI=0
- KONA_NODE_P2P_PEERS_LO=0
- KONA_NODE_RPC_ADDR=0.0.0.0
- KONA_NODE_RPC_PORT=9545
- OP_NODE_SYNCMODE=execution-layer

View File

@@ -53,6 +53,8 @@ services:
- 6060
- 8551
environment:
- GETH_OVERRIDE_KARST=1783526401
- GETH_OVERRIDE_OSAKA=1783526401
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network
entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=hash /config/genesis.json; [ -f /config/static-nodes.json ] && cp -f /config/static-nodes.json /data/static-nodes.json; exec geth "$@"' --

View File

@@ -53,6 +53,8 @@ services:
- 6060
- 8551
environment:
- GETH_OVERRIDE_KARST=1783526401
- GETH_OVERRIDE_OSAKA=1783526401
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network
entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=path /config/genesis.json; [ -f /config/static-nodes.json ] && cp -f /config/static-nodes.json /data/static-nodes.json; exec geth "$@"' --
@@ -124,10 +126,14 @@ services:
- KONA_NODE_L2_TRUST_RPC=true
- KONA_NODE_METRICS_PORT=7300
- KONA_NODE_MODE=Validator
- KONA_NODE_OVERRIDE_KEEP_KARST_UPGRADE_GAS=false
- KONA_NODE_P2P_ADVERTISE_IP=${IP}
- KONA_NODE_P2P_LISTEN_IP=0.0.0.0
- KONA_NODE_P2P_LISTEN_TCP_PORT=17054
- KONA_NODE_P2P_LISTEN_UDP_PORT=17054
- KONA_NODE_P2P_NO_DISCOVERY=true
- KONA_NODE_P2P_PEERS_HI=0
- KONA_NODE_P2P_PEERS_LO=0
- KONA_NODE_RPC_ADDR=0.0.0.0
- KONA_NODE_RPC_PORT=9545
- OP_NODE_SYNCMODE=execution-layer

View File

@@ -53,6 +53,8 @@ services:
- 6060
- 8551
environment:
- GETH_OVERRIDE_KARST=1783526401
- GETH_OVERRIDE_OSAKA=1783526401
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://mainnet.mode.network
entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=path /config/genesis.json; [ -f /config/static-nodes.json ] && cp -f /config/static-nodes.json /data/static-nodes.json; exec geth "$@"' --

View File

@@ -131,10 +131,14 @@ services:
- KONA_NODE_L2_TRUST_RPC=true
- KONA_NODE_METRICS_PORT=7300
- KONA_NODE_MODE=Validator
- KONA_NODE_OVERRIDE_KEEP_KARST_UPGRADE_GAS=false
- KONA_NODE_P2P_ADVERTISE_IP=${IP}
- KONA_NODE_P2P_LISTEN_IP=0.0.0.0
- KONA_NODE_P2P_LISTEN_TCP_PORT=19035
- KONA_NODE_P2P_LISTEN_UDP_PORT=19035
- KONA_NODE_P2P_NO_DISCOVERY=true
- KONA_NODE_P2P_PEERS_HI=0
- KONA_NODE_P2P_PEERS_LO=0
- KONA_NODE_RPC_ADDR=0.0.0.0
- KONA_NODE_RPC_PORT=9545
- OP_NODE_SYNCMODE=execution-layer