First data
This commit is contained in:
commit
f5a209bb4a
13 changed files with 811 additions and 0 deletions
1
mcp/home-docker/.gitignore
vendored
Normal file
1
mcp/home-docker/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.env
|
||||
11
mcp/home-docker/compose.yml
Normal file
11
mcp/home-docker/compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue