Skip to content

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.

Notifications You must be signed in to change notification settings

irvj/Prometheus-Grafana-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus-Grafana Monitoring Stack In Docker

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.

Folder structure for Grafana

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

Build containers and run

sudo docker-compose up --build -d

Prometheus can be accessed at:

https://localhost:9090

Grafana can be accessed at:

https://localhost:3000

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages