mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
a0c38e243c
* Change default prometheus to latest and prometheus v1 to prometheus1 * Update README * Remove prometheus1 block as not used
29 lines
550 B
YAML
29 lines
550 B
YAML
prometheus:
|
|
build: docker/blocks/prometheus
|
|
ports:
|
|
- "9090:9090"
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
|
|
node_exporter:
|
|
image: prom/node-exporter
|
|
ports:
|
|
- "9100:9100"
|
|
|
|
fake-prometheus-data:
|
|
image: grafana/fake-data-gen
|
|
ports:
|
|
- "9091:9091"
|
|
environment:
|
|
FD_DATASOURCE: prom
|
|
|
|
alertmanager:
|
|
image: quay.io/prometheus/alertmanager
|
|
ports:
|
|
- "9093:9093"
|
|
|
|
prometheus-random-data:
|
|
build: docker/blocks/prometheus_random_data
|
|
ports:
|
|
- "8081:8080"
|