docker: added home assistant
All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful
This commit is contained in:
12
docker/homeassistant.yaml
Normal file
12
docker/homeassistant.yaml
Normal 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>
|
||||
Reference in New Issue
Block a user