Files
grafana/docker/blocks/graphite/fig
T
2016-05-13 16:25:03 +02:00

18 lines
351 B
Plaintext

graphite:
build: blocks/graphite
ports:
- "8080:80"
- "2003:2003"
volumes:
- /var/docker/gfdev/graphite:/opt/graphite/storage/whisper
- /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