docker: added home assistant
All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful

This commit is contained in:
2025-07-18 19:15:13 +03:00
parent 64ca1bbd1f
commit 12f6a7343e
3 changed files with 83 additions and 73 deletions

12
docker/homeassistant.yaml Normal file
View File

@ -0,0 +1,12 @@
services:
homeassistant:
container_name: homeassistant
image: ghcr.io/home-assistant/home-assistant:stable
restart: unless-stopped
network_mode: host
privileged: true
volumes:
- ${DOCKERDIR}/appdata/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
# devices:
# - /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_<ID>