mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
dev: docker-compose setup for prom2.
Copy of prometheus1 docker-compose config.
This commit is contained in:
parent
98a4731454
commit
f00a7e4dd7
25
docker/blocks/prometheus2/docker-compose.yaml
Normal file
25
docker/blocks/prometheus2/docker-compose.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
prometheus:
|
||||
build: blocks/prometheus2
|
||||
network_mode: host
|
||||
ports:
|
||||
- "9090:9090"
|
||||
|
||||
node_exporter:
|
||||
image: prom/node-exporter
|
||||
network_mode: host
|
||||
ports:
|
||||
- "9100:9100"
|
||||
|
||||
fake-prometheus-data:
|
||||
image: grafana/fake-data-gen
|
||||
network_mode: host
|
||||
ports:
|
||||
- "9091:9091"
|
||||
environment:
|
||||
FD_DATASOURCE: prom
|
||||
|
||||
alertmanager:
|
||||
image: quay.io/prometheus/alertmanager
|
||||
network_mode: host
|
||||
ports:
|
||||
- "9093:9093"
|
Loading…
Reference in New Issue
Block a user