configurable
This commit is contained in:
@@ -118,6 +118,8 @@ services:
|
||||
- ${UNICHAIN_MAINNET_FIREETH_BLOCKS_STORE:-/app/firehose-data/storage/merged-blocks}
|
||||
entrypoint: [sh, -c, exec fireeth --config-file="" --log-to-file=false start firehose index-builder relayer merger $@, _]
|
||||
command:
|
||||
- --firehose-rate-limit-bucket-fill-rate=${UNICHAIN_MAINNET_FIREHOSE_RATE_LIMIT_BUCKET_FILL_RATE:-1s}
|
||||
- --firehose-rate-limit-bucket-size=${UNICHAIN_MAINNET_FIREHOSE_RATE_LIMIT_BUCKET_SIZE:-200}
|
||||
- --log-to-file=false
|
||||
- --relayer-source=unichain-mainnet:10010
|
||||
restart: unless-stopped
|
||||
@@ -147,7 +149,9 @@ services:
|
||||
command:
|
||||
- --common-live-blocks-addr=unichain-mainnet-firehose:10014
|
||||
- --log-to-file=false
|
||||
- --substreams-block-execution-timeout=${UNICHAIN_MAINNET_SUBSTREAMS_BLOCK_EXECUTION_TIMEOUT:-30m0s}
|
||||
- --substreams-rpc-endpoints=${UNICHAIN_MAINNET_EXECUTION_ARCHIVE_RPC}
|
||||
- --substreams-tier1-max-subrequests=${UNICHAIN_MAINNET_SUBSTREAMS_TIER1_MAX_SUBREQUESTS:-20}
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- unichain-mainnet
|
||||
|
||||
Reference in New Issue
Block a user