13 lines
393 B
YAML
13 lines
393 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 --allowed-hosts:* --allowed-origins:*
|
|
restart: always
|