mirror of https://github.com/samply/bridgehead.git
Add exporter configuration to focus (#249)
This commit is contained in:
parent
8cd5b93b95
commit
967e45624e
|
@ -65,3 +65,8 @@ services:
|
|||
- "traefik.http.routers.reporter_ccp.tls=true"
|
||||
- "traefik.http.middlewares.reporter_ccp_strip.stripprefix.prefixes=/ccp-reporter"
|
||||
- "traefik.http.routers.reporter_ccp.middlewares=reporter_ccp_strip"
|
||||
|
||||
focus:
|
||||
environment:
|
||||
EXPORTER_URL: "http://exporter:8092"
|
||||
AUTH_HEADER: "${EXPORTER_API_KEY}"
|
||||
|
|
Loading…
Reference in New Issue