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

@@ -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