mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(docker): add default fake-data-gen for prometheus
This commit is contained in:
parent
00957a42d4
commit
fb8296524e
@ -1,6 +1,16 @@
|
|||||||
prometheus:
|
prometheus:
|
||||||
build: blocks/prometheus
|
build: blocks/prometheus
|
||||||
|
net: bridge
|
||||||
ports:
|
ports:
|
||||||
- "9090:9090"
|
- "9090:9090"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/docker/prometheus:/prometheus-data
|
- /var/docker/prometheus:/prometheus-data
|
||||||
|
|
||||||
|
fake-data-gen:
|
||||||
|
image: grafana/fake-data-gen
|
||||||
|
net: bridge
|
||||||
|
ports:
|
||||||
|
- "9091:9091"
|
||||||
|
environment:
|
||||||
|
FD_DATASOURCE: prom
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user