Add exporter configuration to focus

This commit is contained in:
djuarezgf 2024-11-05 15:11:07 +01:00
parent 8cd5b93b95
commit 0624004d44
1 changed files with 5 additions and 0 deletions

View File

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