deploy: regenerate compose from vibe-node main eaca054b37e3

This commit is contained in:
2026-09-23 17:45:25 +00:00
parent 848fd47082
commit d202fa4140
7 changed files with 22 additions and 10 deletions
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
zircuit-garfield-op-reth-pruned:
image: ${ZIRCUIT_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${ZIRCUIT_GARFIELD_RETH_VERSION:-v2.2.0}
image: ${ZIRCUIT_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${ZIRCUIT_GARFIELD_RETH_VERSION:-v2.2.3}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -55,12 +55,17 @@ services:
- --chain=/config/genesis.json
- --config=/config/reth/reth.toml
- --datadir=/root/.local/share/reth
- --disable-discovery
- --discovery.addr=0.0.0.0
- --discovery.port=13027
- --discovery.v5.addr=0.0.0.0
- --discovery.v5.port=13027
- --engine.cross-block-cache-size=${ZIRCUIT_GARFIELD_RETH_STATE_CACHE:-4096}
- --full
- --max-inbound-peers=50
- --max-outbound-peers=50
- --metrics=0.0.0.0:9001
- --nat=extip:${IP}
- --port=13027
- --rollup.sequencer-http=https://proxyd-ingress-us.garfield-testnet.zircuit.com?token=drpcV4hDaEwatB9G3zgk8gBkaH5s4TVMGeuUvlBIiVTD
- --rpc-cache.max-blocks=10000
- --rpc-cache.max-concurrent-db-requests=2048