mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 22:53:56 -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:
|
||||
build: blocks/prometheus
|
||||
net: bridge
|
||||
ports:
|
||||
- "9090:9090"
|
||||
volumes:
|
||||
- /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