DevOps 2026-03-03
Grafana + Prometheus Monitoring Stack
Docker Compose Setup
version: '3'
services:
prometheus:
image: prom/prometheus
ports: ['9090:9090']
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
grafana:
image: grafana/grafana
ports: ['3000:3000']
environment:
GF_SECURITY_ADMIN_PASSWORD: adminImport dashboard ID 1860 for Node Exporter full dashboard.
#Sudofree#Grafana#Prometheus