deploy: regenerate compose from vibe-node main 2819af5125c4

This commit is contained in:
2026-07-05 00:31:44 +00:00
parent 0ba27e01fe
commit 03034ab069
16 changed files with 23 additions and 18 deletions

View File

@@ -35,7 +35,6 @@ services:
dockerfile: cometbft.Dockerfile
args:
CRONOS_CRONOS_VERSION: ${CRONOS_MAINNET_CRONOS_VERSION:-v1.7.8}
CRONOS_CRONOS_IMAGE: ${CRONOS_MAINNET_CRONOS_IMAGE:-ghcr.io/crypto-org-chain/cronos}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -70,13 +69,14 @@ services:
- JSON_RPC_FEEHISTORY_CAP=100
- JSON_RPC_HTTP_TIMEOUT=30s
- JSON_RPC_LOGS_CAP=10000
- MIN_GAS=5000000000000basecro
- MONIKER=d${DOMAIN:-local}
- P2P_PORT=10521
- PRUNING=custom
- PRUNING_INTERVAL=19
- PRUNING_KEEP_RECENT=100
- SEEDS=0d5cf1394a1cfde28dc8f023567222abc0f47534@seed-0.cronos.com:26656,3032073adc06d710dd512240281637c1bd0c8a7b@seed-1.cronos.com:26656,04f43116b4c6c70054d9c2b7485383df5b1ed1da@seed-2.cronos.com:26656,337377dcda43d79c537d2c4d93ad3b698ce9452e@bd-cronos-mainnet-seed-node-01.bdnodes.net:26656
- STATESYNC_RPC=https://rpc-cronos.crypto.org:443,https://cronos-rpc.publicnode.com:443
- STATESYNC_RPC=https://cronos-rpc.publicnode.com:443
restart: unless-stopped
stop_grace_period: 5m
networks: