You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
310 B
YAML
15 lines
310 B
YAML
3 weeks ago
|
services:
|
||
|
prometheus:
|
||
|
image: prom/prometheus
|
||
|
volumes:
|
||
|
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
||
|
ports:
|
||
|
- "9090:9090"
|
||
|
|
||
|
blackbox_exporter:
|
||
|
image: prom/blackbox-exporter
|
||
|
volumes:
|
||
|
- ./blackbox.yml:/etc/blackbox_exporter/blackbox.yml
|
||
|
ports:
|
||
|
- "9115:9115"
|