fix firehose default path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user