This repository contains my docker-compose.yml
and various config files for Prometheus and Grafana to quickly deploy the containers necessary for this monitoring stack.
Due to Docker creating folders as root at build time, I've included a script that will create all the necessary volume folders to avoid permission issues. Run this in your target directory before building your containers.
./grafana-directories.sh
sudo docker-compose up --build -d
Prometheus can be accessed at:
https://localhost:9090
Grafana can be accessed at:
https://localhost:3000