Add 'grafana-prometheus.yaml'

This commit is contained in:
Adolfo Delorenzo 2023-01-23 18:38:39 +00:00
parent 62d47784f5
commit 3fd37c0b3b
1 changed files with 10 additions and 0 deletions

10
grafana-prometheus.yaml Normal file
View File

@ -0,0 +1,10 @@
version: '3.3'
services:
prometheus:
ports:
- '9090:9090'
image: prom/prometheus
grafana-oss:
ports:
- '3000:3000'
image: grafana/grafana-oss