fix: update grafana-mcp image to use remote registry URL

Change Docker image reference from local `mcp/grafana:latest` to
`git.helu.ca/r/mcp-grafana:latest` to pull from the correct remote
container registry.
This commit is contained in:
2026-04-04 20:53:43 +00:00
parent eea1359414
commit 58b7f4139f

View File

@@ -1,6 +1,6 @@
services: services:
grafana-mcp: grafana-mcp:
image: mcp/grafana:latest image: git.helu.ca/r/mcp-grafana:latest
pull_policy: always pull_policy: always
container_name: grafana-mcp container_name: grafana-mcp
restart: unless-stopped restart: unless-stopped