Files
grafana-mcp/docker-compose.yml
T
2026-07-08 10:37:59 +02:00

13 lines
355 B
YAML

services:
grafana-mcp:
image: grafana/mcp-grafana:latest
user: '0'
environment:
- GRAFANA_URL=http://pdocker3.maison:13000
- GRAFANA_ORG_ID=1
- GRAFANA_SERVICE_ACCOUNT_TOKEN=glsa_rNKPTnKmLoaDhPmSlWftJgjeq3IIvM4P_0702cec7
ports:
- '18000:8000'
command: -t streamable-http --metrics --debug
restart: always