community-catalog/templates/grafana/0/docker-compose.yml
2016-07-26 09:51:00 -07:00

9 lines
249 B
YAML

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}