Skip to content
Snippets Groups Projects
Commit b2d2a551 authored by Alžbeta Hajná's avatar Alžbeta Hajná
Browse files

feat: grafana mount prometheus datasource

parent 556d365b
No related branches found
No related tags found
4 merge requests!54Merge develop into main,!48Scenario,!47Docker fix,!44Security
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: prometheus:9090
\ No newline at end of file
......@@ -50,6 +50,8 @@ services:
grafana:
image: grafana/grafana:9.1.7
container_name: grafana
volumes:
- ./datasource.yml:/etc/grafana/provisioning/datasources/datasource.yml
networks:
- grafana-prometheus
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment