From 3fd37c0b3bacbf85cab8ce6da1b8e79618c92f6a Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Mon, 23 Jan 2023 18:38:39 +0000 Subject: [PATCH] Add 'grafana-prometheus.yaml' --- grafana-prometheus.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 grafana-prometheus.yaml 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