fix firehose default path

This commit is contained in:
Para Dox
2025-05-20 22:16:22 +07:00
parent 7661d8c7db
commit 29a55e7e6f
8 changed files with 24 additions and 24 deletions

View File

@@ -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