diff --git a/grafana-prometheus.yaml b/grafana-prometheus.yaml new file mode 100644 index 0000000..9404d92 --- /dev/null +++ b/grafana-prometheus.yaml @@ -0,0 +1,10 @@ +version: '3.3' +services: + prometheus: + ports: + - '9090:9090' + image: prom/prometheus + grafana-oss: + ports: + - '3000:3000' + image: grafana/grafana-oss \ No newline at end of file