blackbox addition
This commit is contained in:
parent
cce9363964
commit
28b2718359
2 changed files with 25 additions and 2 deletions
|
@ -85,7 +85,7 @@ services:
|
|||
- proxy
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana-oss
|
||||
image: grafana/grafana-oss:latest
|
||||
environment:
|
||||
- LETSENCRYPT_HOST=grafana.neo.faulty.nl
|
||||
- VIRTUAL_HOST=grafana.neo.faulty.nl
|
||||
|
@ -106,6 +106,12 @@ services:
|
|||
extra_hosts:
|
||||
- "docker.host:host-gateway"
|
||||
|
||||
prom-blackbox:
|
||||
image: prom/blackbox-exporter:latest
|
||||
networks:
|
||||
- metrics
|
||||
|
||||
## THIS CONTANIER IS AVAILABLE ON THE HOST ##
|
||||
node-exporter:
|
||||
image: quay.io/prometheus/node-exporter:latest
|
||||
container_name: node-exporter
|
||||
|
|
Reference in a new issue