Merge "fig: Added env variables for grafana"

This commit is contained in:
Jenkins 2014-12-15 05:57:38 +00:00 committed by Gerrit Code Review
commit 834a6f5046
1 changed files with 7 additions and 0 deletions

View File

@ -21,3 +21,10 @@ grafana:
- "80:80"
links:
- influxdb
environment:
INFLUXDB_HOST: "influxdb"
INFLUXDB_PORT: "8086"
INFLUXDB_NAME: "db"
INFLUXDB_GRAFANADB: "grafana"
INFLUXDB_USER: "root"
INFLUXDB_PASS: "root"