changed to Grafana version 4.1.2

This commit is contained in:
Markus
2017-03-10 08:50:26 +01:00
parent be2c9a705c
commit 50899d0575
3 changed files with 49 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
grafana:
image: grafana/grafana:4.1.2
ports:
- ${http_port}:3000
environment:
GF_SECURITY_ADMIN_USER: ${admin_username}
GF_SECURITY_ADMIN_PASSWORD: ${admin_password}
GF_SECURITY_SECRET_KEY: ${secret_key}
GF_INSTALL_PLUGINS: ${install_plugins}