deploy: regenerate compose from vibe-node main 95fd32365c42

This commit is contained in:
2026-07-13 04:19:56 +00:00
parent 4509b5afd2
commit 2e9f31a6fb
3 changed files with 9 additions and 19 deletions

View File

@@ -5543,7 +5543,7 @@
"leveldb"
],
"network": "ink",
"node": "kona",
"node": "node",
"relay": null,
"stack": "op",
"type": "archive",
@@ -5560,7 +5560,7 @@
"leveldb"
],
"network": "ink",
"node": "kona",
"node": "node",
"relay": null,
"stack": "op",
"type": "archive",
@@ -5577,7 +5577,7 @@
"pebble"
],
"network": "ink",
"node": "kona",
"node": "node",
"relay": null,
"stack": "op",
"type": "pruned",
@@ -5594,7 +5594,7 @@
"pebble"
],
"network": "ink",
"node": "kona",
"node": "node",
"relay": null,
"stack": "op",
"type": "pruned",

View File

@@ -45,9 +45,6 @@ services:
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 10713:10713
- 10713:10713/udp
expose:
- 8545
- 6060
@@ -57,7 +54,6 @@ services:
- GETH_ROLLUP_SEQUENCERHTTP=https://rpc-gel.inkonchain.com
entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=leveldb --gcmode=archive --datadir /data init --state.scheme=hash /config/genesis.json; exec geth "$@"' --
command:
- --cache=${INK_MAINNET_OP_GETH_ARCHIVE_LEVELDB_HASH_CACHE:-1024}
- --datadir=/data
- --db.engine=leveldb
- --gcmode=archive
@@ -65,9 +61,8 @@ services:
- --metrics
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --networkid=57073
- --port=10713
- --nodiscover
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=hash
@@ -136,7 +131,7 @@ services:
- OP_NODE_RPC_ADDR=0.0.0.0
- OP_NODE_RPC_PORT=9545
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
- OP_NODE_SYNCMODE=execution-layer
- OP_NODE_SYNCMODE=consensus-layer
- OP_NODE_VERIFIER_L1_CONFS=0
entrypoint: [op-node]
restart: unless-stopped

View File

@@ -45,9 +45,6 @@ services:
ulimits:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 11271:11271
- 11271:11271/udp
expose:
- 8545
- 6060
@@ -57,7 +54,6 @@ services:
- GETH_ROLLUP_SEQUENCERHTTP=https://rpc-gel.inkonchain.com
entrypoint: /bin/sh -c '[ -f /config/genesis.json ] && geth --db.engine=pebble --gcmode=full --datadir /data init --state.scheme=path /config/genesis.json; exec geth "$@"' --
command:
- --cache=${INK_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_CACHE:-1024}
- --datadir=/data
- --db.engine=pebble
- --gcmode=full
@@ -65,13 +61,12 @@ services:
- --metrics
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --networkid=57073
- --port=11271
- --nodiscover
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=path
- --syncmode=snap
- --syncmode=full
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,debug,admin,txpool,engine
@@ -136,7 +131,7 @@ services:
- OP_NODE_RPC_ADDR=0.0.0.0
- OP_NODE_RPC_PORT=9545
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
- OP_NODE_SYNCMODE=execution-layer
- OP_NODE_SYNCMODE=consensus-layer
- OP_NODE_VERIFIER_L1_CONFS=0
entrypoint: [op-node]
restart: unless-stopped