Skip to content

Docker Stack deployment for Grafana's Dashboard.

Notifications You must be signed in to change notification settings

YouMightNotNeedKubernetes/grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grafana

Docker Stack deployment for Grafana's Dashboard.

Getting Started

You might need to create swarm-scoped overlay network called dockerswarm_monitoring for all the stacks to communicate if you haven't already.

$ docker network create --scope=swarm --driver overlay --attachable dockerswarm_monitoring

We provided a base configuration file for Grafana. You can find it in the config folder.
Please make a copy as configs/grafana.ini, make sure to change the following values:

Deployment

To deploy the stack, run the following command:

$ make deploy

Destroy

To destroy the stack, run the following command:

$ make destroy

About

Docker Stack deployment for Grafana's Dashboard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published