docker: added graphite v1.x docker block

This commit is contained in:
Torkel Ödegaard
2017-08-07 15:12:12 +02:00
parent 4fe79edd40
commit 0e2b809f7e
38 changed files with 1702 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
graphite:
build: blocks/graphite1
ports:
- "8080:80"
- "2003:2003"
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
fake-graphite-data:
image: grafana/fake-data-gen
net: bridge
environment:
FD_DATASOURCE: graphite
FD_PORT: 2003