From 29a55e7e6f754a89db2dd142aa72a8b6f8435d6c Mon Sep 17 00:00:00 2001 From: Para Dox Date: Tue, 20 May 2025 22:16:22 +0700 Subject: [PATCH] fix firehose default path --- .../arbitrum-one-nitro-pruned-pebble-hash--fireeth.yml | 6 +++--- bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path--fireeth.yml | 6 +++--- ...um-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml | 6 +++--- ...eum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml | 6 +++--- .../base-mainnet-op-geth-pruned-pebble-path--fireeth.yml | 6 +++--- op/geth/op-mainnet-op-geth-pruned-pebble-path--fireeth.yml | 6 +++--- ...unichain-mainnet-op-geth-pruned-pebble-path--fireeth.yml | 6 +++--- .../bor/polygon-mainnet-bor-pruned-pebble-path--fireeth.yml | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/arb/nitro/arbitrum-one-nitro-pruned-pebble-hash--fireeth.yml b/arb/nitro/arbitrum-one-nitro-pruned-pebble-hash--fireeth.yml index 33a36118..82fa7dae 100644 --- a/arb/nitro/arbitrum-one-nitro-pruned-pebble-hash--fireeth.yml +++ b/arb/nitro/arbitrum-one-nitro-pruned-pebble-hash--fireeth.yml @@ -101,7 +101,7 @@ services: - 10015 - 10014 environment: - - ${ARBITRUM_ONE_FIREETH_BLOCKS_STORE:-/firehose-data/storage/merged-blocks} + - ${ARBITRUM_ONE_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: - --log-to-file=false @@ -112,7 +112,7 @@ services: networks: - chains volumes: - - ${ARBITRUM_ONE_FIREETH_DATA:-arbitrum-one-fireeth}:/firehose-data + - ${ARBITRUM_ONE_FIREETH_DATA:-arbitrum-one-fireeth}:/app/firehose-data logging: *logging-defaults labels: - prometheus-scrape.enabled=false @@ -140,7 +140,7 @@ services: networks: - chains volumes: - - ${ARBITRUM_ONE_FIREETH_DATA:-arbitrum-one-fireeth}:/firehose-data + - ${ARBITRUM_ONE_FIREETH_DATA:-arbitrum-one-fireeth}:/app/firehose-data logging: *logging-defaults labels: - traefik.enable=true diff --git a/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path--fireeth.yml b/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path--fireeth.yml index a7da36c6..a44adc0c 100644 --- a/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path--fireeth.yml +++ b/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path--fireeth.yml @@ -108,7 +108,7 @@ services: - 10015 - 10014 environment: - - ${BSC_MAINNET_FIREETH_BLOCKS_STORE:-/firehose-data/storage/merged-blocks} + - ${BSC_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: - --log-to-file=false @@ -119,7 +119,7 @@ services: networks: - chains volumes: - - ${BSC_MAINNET_FIREETH_DATA:-bsc-mainnet-fireeth}:/firehose-data + - ${BSC_MAINNET_FIREETH_DATA:-bsc-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - prometheus-scrape.enabled=false @@ -147,7 +147,7 @@ services: networks: - chains volumes: - - ${BSC_MAINNET_FIREETH_DATA:-bsc-mainnet-fireeth}:/firehose-data + - ${BSC_MAINNET_FIREETH_DATA:-bsc-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - traefik.enable=true diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml index 75442545..8cb4b1bb 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml @@ -111,7 +111,7 @@ services: - 10015 - 10014 environment: - - ${ETHEREUM_MAINNET_FIREETH_BLOCKS_STORE:-/firehose-data/storage/merged-blocks} + - ${ETHEREUM_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: - --log-to-file=false @@ -122,7 +122,7 @@ services: networks: - chains volumes: - - ${ETHEREUM_MAINNET_FIREETH_DATA:-ethereum-mainnet-fireeth}:/firehose-data + - ${ETHEREUM_MAINNET_FIREETH_DATA:-ethereum-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - prometheus-scrape.enabled=false @@ -150,7 +150,7 @@ services: networks: - chains volumes: - - ${ETHEREUM_MAINNET_FIREETH_DATA:-ethereum-mainnet-fireeth}:/firehose-data + - ${ETHEREUM_MAINNET_FIREETH_DATA:-ethereum-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - traefik.enable=true diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml index c85b47ed..7edc1a7f 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml @@ -111,7 +111,7 @@ services: - 10015 - 10014 environment: - - ${ETHEREUM_MAINNET_FIREETH_BLOCKS_STORE:-/firehose-data/storage/merged-blocks} + - ${ETHEREUM_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: - --log-to-file=false @@ -122,7 +122,7 @@ services: networks: - chains volumes: - - ${ETHEREUM_MAINNET_FIREETH_DATA:-ethereum-mainnet-fireeth}:/firehose-data + - ${ETHEREUM_MAINNET_FIREETH_DATA:-ethereum-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - prometheus-scrape.enabled=false @@ -150,7 +150,7 @@ services: networks: - chains volumes: - - ${ETHEREUM_MAINNET_FIREETH_DATA:-ethereum-mainnet-fireeth}:/firehose-data + - ${ETHEREUM_MAINNET_FIREETH_DATA:-ethereum-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - traefik.enable=true diff --git a/op/geth/base-mainnet-op-geth-pruned-pebble-path--fireeth.yml b/op/geth/base-mainnet-op-geth-pruned-pebble-path--fireeth.yml index fecab9db..7825ad38 100644 --- a/op/geth/base-mainnet-op-geth-pruned-pebble-path--fireeth.yml +++ b/op/geth/base-mainnet-op-geth-pruned-pebble-path--fireeth.yml @@ -114,7 +114,7 @@ services: - 10015 - 10014 environment: - - ${BASE_MAINNET_FIREETH_BLOCKS_STORE:-/firehose-data/storage/merged-blocks} + - ${BASE_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: - --log-to-file=false @@ -125,7 +125,7 @@ services: networks: - chains volumes: - - ${BASE_MAINNET_FIREETH_DATA:-base-mainnet-fireeth}:/firehose-data + - ${BASE_MAINNET_FIREETH_DATA:-base-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - prometheus-scrape.enabled=false @@ -153,7 +153,7 @@ services: networks: - chains volumes: - - ${BASE_MAINNET_FIREETH_DATA:-base-mainnet-fireeth}:/firehose-data + - ${BASE_MAINNET_FIREETH_DATA:-base-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - traefik.enable=true diff --git a/op/geth/op-mainnet-op-geth-pruned-pebble-path--fireeth.yml b/op/geth/op-mainnet-op-geth-pruned-pebble-path--fireeth.yml index 4b5e5940..b4990667 100644 --- a/op/geth/op-mainnet-op-geth-pruned-pebble-path--fireeth.yml +++ b/op/geth/op-mainnet-op-geth-pruned-pebble-path--fireeth.yml @@ -115,7 +115,7 @@ services: - 10015 - 10014 environment: - - ${OP_MAINNET_FIREETH_BLOCKS_STORE:-/firehose-data/storage/merged-blocks} + - ${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: - --log-to-file=false @@ -126,7 +126,7 @@ services: networks: - chains volumes: - - ${OP_MAINNET_FIREETH_DATA:-op-mainnet-fireeth}:/firehose-data + - ${OP_MAINNET_FIREETH_DATA:-op-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - prometheus-scrape.enabled=false @@ -154,7 +154,7 @@ services: networks: - chains volumes: - - ${OP_MAINNET_FIREETH_DATA:-op-mainnet-fireeth}:/firehose-data + - ${OP_MAINNET_FIREETH_DATA:-op-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - traefik.enable=true diff --git a/op/geth/unichain-mainnet-op-geth-pruned-pebble-path--fireeth.yml b/op/geth/unichain-mainnet-op-geth-pruned-pebble-path--fireeth.yml index 8f88c928..a144ab66 100644 --- a/op/geth/unichain-mainnet-op-geth-pruned-pebble-path--fireeth.yml +++ b/op/geth/unichain-mainnet-op-geth-pruned-pebble-path--fireeth.yml @@ -114,7 +114,7 @@ services: - 10015 - 10014 environment: - - ${UNICHAIN_MAINNET_FIREETH_BLOCKS_STORE:-/firehose-data/storage/merged-blocks} + - ${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: - --log-to-file=false @@ -125,7 +125,7 @@ services: networks: - chains volumes: - - ${UNICHAIN_MAINNET_FIREETH_DATA:-unichain-mainnet-fireeth}:/firehose-data + - ${UNICHAIN_MAINNET_FIREETH_DATA:-unichain-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - prometheus-scrape.enabled=false @@ -153,7 +153,7 @@ services: networks: - chains volumes: - - ${UNICHAIN_MAINNET_FIREETH_DATA:-unichain-mainnet-fireeth}:/firehose-data + - ${UNICHAIN_MAINNET_FIREETH_DATA:-unichain-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - traefik.enable=true diff --git a/polygon/bor/polygon-mainnet-bor-pruned-pebble-path--fireeth.yml b/polygon/bor/polygon-mainnet-bor-pruned-pebble-path--fireeth.yml index 66ee84db..3b42ed94 100644 --- a/polygon/bor/polygon-mainnet-bor-pruned-pebble-path--fireeth.yml +++ b/polygon/bor/polygon-mainnet-bor-pruned-pebble-path--fireeth.yml @@ -109,7 +109,7 @@ services: - 10015 - 10014 environment: - - ${POLYGON_MAINNET_FIREETH_BLOCKS_STORE:-/firehose-data/storage/merged-blocks} + - ${POLYGON_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: - --log-to-file=false @@ -120,7 +120,7 @@ services: networks: - chains volumes: - - ${POLYGON_MAINNET_FIREETH_DATA:-polygon-mainnet-fireeth}:/firehose-data + - ${POLYGON_MAINNET_FIREETH_DATA:-polygon-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - prometheus-scrape.enabled=false @@ -148,7 +148,7 @@ services: networks: - chains volumes: - - ${POLYGON_MAINNET_FIREETH_DATA:-polygon-mainnet-fireeth}:/firehose-data + - ${POLYGON_MAINNET_FIREETH_DATA:-polygon-mainnet-fireeth}:/app/firehose-data logging: *logging-defaults labels: - traefik.enable=true