Skip to content

Deploy Docker Compose Prometheus monitoring (with basic auth) + Node exporter + Grafana

License

Notifications You must be signed in to change notification settings

bgelov/prometheus-grafana-compose

Repository files navigation

Deploy Docker Compose Prometheus monitoring (with basic auth) + Node exporter + Grafana

Files

Generating web.yml

chmod u+x generate_web_yml.sh
./webyml-generator.sh

and after moving web.yml to prometheus directory:

 mv web.yml prometheus/

Run docker compose

docker compose up -d