HomeNetwork/mcp/home-docker/compose.yml

11 lines
293 B
YAML
Raw Normal View History

2026-04-17 14:08:19 +02:00
services:
ha-mcp:
image: ghcr.io/homeassistant-ai/ha-mcp:latest
container_name: ha-mcp
restart: unless-stopped
ports:
- "8086:8086"
environment:
HOMEASSISTANT_URL: ${HOMEASSISTANT_URL}
HOMEASSISTANT_TOKEN: ${HOMEASSISTANT_TOKEN}
command: ha-mcp-web