12 lines
311 B
YAML
12 lines
311 B
YAML
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
|