configurable

This commit is contained in:
Para Dox
2025-05-24 02:24:42 +07:00
parent 87e9ba6b9e
commit b0fc62b701
22 changed files with 76 additions and 120 deletions

View File

@@ -119,6 +119,8 @@ services:
- ${OP_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=${OP_MAINNET_FIREHOSE_RATE_LIMIT_BUCKET_FILL_RATE:-1s}
- --firehose-rate-limit-bucket-size=${OP_MAINNET_FIREHOSE_RATE_LIMIT_BUCKET_SIZE:-200}
- --log-to-file=false
- --relayer-source=op-mainnet:10010
restart: unless-stopped
@@ -148,7 +150,9 @@ services:
command:
- --common-live-blocks-addr=op-mainnet-firehose:10014
- --log-to-file=false
- --substreams-block-execution-timeout=${OP_MAINNET_SUBSTREAMS_BLOCK_EXECUTION_TIMEOUT:-30m0s}
- --substreams-rpc-endpoints=${OP_MAINNET_EXECUTION_ARCHIVE_RPC}
- --substreams-tier1-max-subrequests=${OP_MAINNET_SUBSTREAMS_TIER1_MAX_SUBREQUESTS:-20}
restart: unless-stopped
depends_on:
- op-mainnet