Files
homeserver/docker/homeassistant.yaml
Taqi Tahmid 12f6a7343e
All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful
docker: added home assistant
2025-07-18 19:15:13 +03:00

13 lines
396 B
YAML

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>