do not store logs

This commit is contained in:
Para Dox
2025-05-16 12:01:50 +07:00
parent bfccfdbadc
commit 22ce16f065
6 changed files with 589 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ services:
- ${BASE_MAINNET_FIREETH_BLOCKS_STORE:-/firehose-data/storage/merged-blocks}
entrypoint: [sh, -c, exec fireeth start firehose index-builder relayer merger $@, _]
command:
- --log-to-file=false
- --relayer-source=http://base-mainnet:10010
restart: unless-stopped
depends_on:
@@ -135,6 +136,7 @@ services:
entrypoint: [sh, -c, exec fireeth start substreams-tier-1 substreams-tier-2 $@, _]
command:
- --common-live-blocks-addr=http://base-mainnet-firehose:10014
- --log-to-file=false
- --substreams-rpc-endpoints=${BASE_MAINNET_FIREETH_ARCHIVE_RPC}
restart: unless-stopped
depends_on: