Docker Stack deployment for Grafana's Dashboard.
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_monitoringWe 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:
To deploy the stack, run the following command:
$ make deployTo destroy the stack, run the following command:
$ make destroy