ci(docker): publish homelable-mcp image to GHCR

Add mcp matrix entry in docker-publish workflow so the MCP server
image is built and pushed alongside backend/frontend. Also wire the
prebuilt compose file so users can pull and run it directly.

Closes #162
This commit is contained in:
Pouzor
2026-05-27 21:32:55 +02:00
parent 77159ce1cd
commit fc765fa255
2 changed files with 23 additions and 2 deletions
+14
View File
@@ -24,6 +24,20 @@ services:
networks:
- homelable
mcp:
image: ghcr.io/pouzor/homelable-mcp:latest
restart: unless-stopped
ports:
- "8001:8001"
env_file:
- .env
environment:
BACKEND_URL: "http://backend:8000"
depends_on:
- backend
networks:
- homelable
volumes:
backend_data: