experimental release of grafana (#150)

This commit is contained in:
Rachid Zarouali
2016-07-26 18:51:00 +02:00
committed by Bill Maxwell
parent bfee4aa8d5
commit bec8e0d245
4 changed files with 102 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
grafana:
image: grafana/grafana:latest
ports:
- ${http_port}:3000
environment:
GF_SECURITY_ADMIN_USER: ${admin_username}
GF_SECURITY_ADMIN_PASSWORD: ${admin_password}
GF_SECURITY_SECRET_KEY: ${secret_key}