
Grafana + Prometheus Docker Compose
This project provides a ready-to-use monitoring stack with Prometheus and Grafana running in Docker Compose. It comes preconfigured with cAdvisor (for Docker container metrics) and Node Exporter (for system health), so you can start collecting and visualizing metrics right away. Prometheus scrapes exporters based on a local configuration file, and you can extend it easily by adding new jobs. Grafana connects to Prometheus out of the box, letting you import pre-built dashboards from the community and explore metrics in real time. External Prometheus port is mapped to 9091 to avoid conflicts with existing services.