Copied from rancher community catalog as starting point
This commit is contained in:
9
templates/Grafana/0/docker-compose.yml
Normal file
9
templates/Grafana/0/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
grafana:
|
||||
image: grafana/grafana:4.2.0
|
||||
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}
|
||||
Reference in New Issue
Block a user