First version

This commit is contained in:
2026-05-10 16:22:58 +02:00
commit d6fa05978c
+11
View File
@@ -0,0 +1,11 @@
services:
grafana-mcp:
image: grafana/mcp-grafana:latest
user: '0'
environment:
- GRAFANA_URL=http://pdocker3.maison:13000
- GRAFANA_SERVICE_ACCOUNT_TOKEN=glsa_rNKPTnKmLoaDhPmSlWftJgjeq3IIvM4P_0702cec7
ports:
- '8000:8000'
command: -t streamable-http
restart: always