deploy: regenerate compose from vibe-node main 61c0b5c0f6ed

This commit is contained in:
2026-09-20 03:58:37 +00:00
parent 9112b279d9
commit fd00746383
2 changed files with 8 additions and 6 deletions

View File

@@ -91,7 +91,7 @@ services:
- --ipcpath=/sockets/reth.ipc
- --log.file.directory=/data/execution/logs
- --metrics=0.0.0.0:9001
- --rpc.forwarder=https://rpc.arc.network/
- --rpc.forwarder=https://rpc.mainnet.arc.io/
restart: unless-stopped
stop_grace_period: 5m
depends_on:
@@ -131,8 +131,9 @@ services:
- --execution-persistence-backpressure-threshold=200
- --execution-socket=/sockets/auth.ipc
- --follow
- --follow.endpoint=https://rpc.arc.network,wss=rpc.arc.network
- --follow.endpoint=https://arc.drpc.org,wss=arc.drpc.org
- --follow.endpoint=https://rpc.mainnet.arc.io,wss=rpc.mainnet.arc.io
- --follow.endpoint=https://rpc.quicknode.mainnet.arc.io,wss=rpc.quicknode.mainnet.arc.io
- --follow.endpoint=https://rpc.blockdaemon.mainnet.arc.io/websocket,wss=rpc.blockdaemon.mainnet.arc.io
- --full
- --home=/data/consensus
- --metrics=0.0.0.0:29000

View File

@@ -93,7 +93,7 @@ services:
- --log.file.directory=/data/execution/logs
- --metrics=0.0.0.0:9001
- --prune.block-interval=5000
- --rpc.forwarder=https://rpc.arc.network/
- --rpc.forwarder=https://rpc.mainnet.arc.io/
restart: unless-stopped
stop_grace_period: 5m
depends_on:
@@ -133,8 +133,9 @@ services:
- --execution-persistence-backpressure-threshold=200
- --execution-socket=/sockets/auth.ipc
- --follow
- --follow.endpoint=https://rpc.arc.network,wss=rpc.arc.network
- --follow.endpoint=https://arc.drpc.org,wss=arc.drpc.org
- --follow.endpoint=https://rpc.mainnet.arc.io,wss=rpc.mainnet.arc.io
- --follow.endpoint=https://rpc.quicknode.mainnet.arc.io,wss=rpc.quicknode.mainnet.arc.io
- --follow.endpoint=https://rpc.blockdaemon.mainnet.arc.io/websocket,wss=rpc.blockdaemon.mainnet.arc.io
- --full
- --home=/data/consensus
- --metrics=0.0.0.0:29000