11 lines
293 B
YAML
11 lines
293 B
YAML
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
|