feat(docker): fake data writer for graphite

This commit is contained in:
bergquist 2016-05-13 16:25:03 +02:00
parent 579b36754a
commit 41ed0e670a

View File

@ -8,3 +8,10 @@ graphite:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
fake-data-gen:
image: grafana/fake-data-gen
net: bridge
environment:
FD_DATASOURCE: graphite
FD_PORT: 2003