Skip to content

Commit 1c524f8

Browse files
committed
feat: Added docker compose for grafana
1 parent 44a3890 commit 1c524f8

File tree

5 files changed

+1795
-0
lines changed

5 files changed

+1795
-0
lines changed

docker-compose.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
services:
2+
prometheus:
3+
image: prom/prometheus
4+
ports:
5+
- 9090:9090
6+
volumes:
7+
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
8+
grafana:
9+
image: grafana/grafana
10+
ports:
11+
- 3000:3000
12+
volumes:
13+
- ./grafana/provisioning:/etc/grafana/provisioning
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: 1
2+
3+
providers:
4+
- name: 'RIOT-X Metrics'
5+
options:
6+
path: /etc/grafana/provisioning/dashboards

0 commit comments

Comments
 (0)