deploy: regenerate compose from vibe-node main 92f020f27b22

This commit is contained in:
2026-07-10 17:03:17 +00:00
parent 2814d358fe
commit bd912b3616
313 changed files with 945 additions and 577 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
superseed-sepolia-op-reth-pruned:
image: ${SUPERSEED_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${SUPERSEED_SEPOLIA_RETH_VERSION:-v2.1.1}
image: ${SUPERSEED_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${SUPERSEED_SEPOLIA_RETH_VERSION:-v2.1.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -69,8 +69,7 @@ services:
- --rpc.max-blocks-per-filter=0
- --rpc.max-connections=50000
- --rpc.max-logs-per-response=0
- --rpc.max-response-size=${SUPERSEED_SEPOLIA_RETH_MAX_RESPONSE_SIZE:-160}
- --rpc.max-trace-filter-blocks=${SUPERSEED_SEPOLIA_RETH_TRACE_FILTER_BLOCKS:-10000}
- --rpc.max-trace-filter-blocks=10000
- --http
- --http.addr=0.0.0.0
- --http.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev