Skip to content

Instantly share code, notes, and snippets.

View cesar-richard's full-sized avatar
🦄
Dealing with happiness

César Richard cesar-richard

🦄
Dealing with happiness
View GitHub Profile
@jjsquady
jjsquady / docker-compose.yml
Created April 24, 2022 06:27
Grafana Stack (Grafana + Prometheus + Loki + Promtail + Node Exporter)
version: '3.8'
networks:
monitoring:
driver: bridge
volumes:
prometheus_data: {}
services: