Skip to content
Snippets Groups Projects
Verified Commit d5c55c79 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Fix Blackbox port

parent 710d4d8e
No related branches found
No related tags found
1 merge request!65Add alerting
...@@ -124,6 +124,6 @@ services: ...@@ -124,6 +124,6 @@ services:
traefik.http.routers.blackbox-exporter.service: blackbox-exporter traefik.http.routers.blackbox-exporter.service: blackbox-exporter
traefik.http.routers.blackbox-exporter.middlewares: "blackbox-exporter-auth@docker" traefik.http.routers.blackbox-exporter.middlewares: "blackbox-exporter-auth@docker"
traefik.http.middlewares.blackbox-exporter-auth.basicauth.users: "${METRICS_AUTH}" traefik.http.middlewares.blackbox-exporter-auth.basicauth.users: "${METRICS_AUTH}"
traefik.http.services.blackbox-exporter.loadbalancer.server.port: 8000 traefik.http.services.blackbox-exporter.loadbalancer.server.port: 9115
traefik.enable: true traefik.enable: true
restart: unless-stopped restart: unless-stopped
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment