mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
feat(docker): fake data writer for opentsdb
This commit is contained in:
parent
41ed0e670a
commit
da68f7d31a
@ -2,4 +2,10 @@ opentsdb:
|
||||
image: opower/opentsdb:latest
|
||||
ports:
|
||||
- "4242:4242"
|
||||
|
||||
|
||||
fake-data-gen:
|
||||
image: grafana/fake-data-gen
|
||||
net: bridge
|
||||
environment:
|
||||
FD_DATASOURCE: opentsdb
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user