Expose prometheus

This commit is contained in:
Anton Zadvorny 2020-01-09 15:52:23 +03:00
parent 1dc6ae53b3
commit 32821e0adf

View File

@ -18,6 +18,8 @@ services:
- prometheus_data:/prometheus - prometheus_data:/prometheus
- ./config/prometheus.yml:/etc/prometheus/prometheus.yml - ./config/prometheus.yml:/etc/prometheus/prometheus.yml
- ./config/alertrules.yml:/etc/prometheus/alertrules.yml - ./config/alertrules.yml:/etc/prometheus/alertrules.yml
ports:
- 9090:9090
blackbox: blackbox:
image: prom/blackbox-exporter:v0.16.0 image: prom/blackbox-exporter:v0.16.0