mirror of https://github.com/samply/bridgehead.git
Add exporter configuration to focus
This commit is contained in:
parent
a4e292dd18
commit
b8fe5d003e
|
@ -33,6 +33,8 @@ services:
|
||||||
RETRY_COUNT: ${FOCUS_RETRY_COUNT}
|
RETRY_COUNT: ${FOCUS_RETRY_COUNT}
|
||||||
EPSILON: 0.28
|
EPSILON: 0.28
|
||||||
QUERIES_TO_CACHE: '/queries_to_cache.conf'
|
QUERIES_TO_CACHE: '/queries_to_cache.conf'
|
||||||
|
EXPORTER_URL: "http://exporter:8092"
|
||||||
|
AUTH_HEADER: "${EXPORTER_API_KEY}"
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/bridgehead/ccp/queries_to_cache.conf:/queries_to_cache.conf
|
- /srv/docker/bridgehead/ccp/queries_to_cache.conf:/queries_to_cache.conf
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue