mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
feat(docker): fake data writer for graphite
This commit is contained in:
@@ -8,3 +8,10 @@ graphite:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
|
||||||
|
fake-data-gen:
|
||||||
|
image: grafana/fake-data-gen
|
||||||
|
net: bridge
|
||||||
|
environment:
|
||||||
|
FD_DATASOURCE: graphite
|
||||||
|
FD_PORT: 2003
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user