From beb59c030b2d81d40d89c84fe4a8a446734bb42a Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 20 Dec 2021 17:27:02 +0800 Subject: [PATCH] update hass --- README.md | 3 ++- hass/docker-compose.yml | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e4764e1..1cf44a3 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ A collection of delicious docker recipes. ## IoT -- [x] hass +- [x] ~hass~ - [x] hbdg - [x] node-red :+1: - [x] mqtt-io-arm @@ -349,6 +349,7 @@ A collection of delicious docker recipes. - [x] grafana/grafana - [x] hasura/graphql-engine - [x] haproxy +- [x] homeassistant/home-assistant - [x] h2non/imaginary - [x] jellyfin/jellyfin - [x] jenkins diff --git a/hass/docker-compose.yml b/hass/docker-compose.yml index 165250b..0e607a4 100644 --- a/hass/docker-compose.yml +++ b/hass/docker-compose.yml @@ -1,9 +1,12 @@ version: "3.8" services: hass: - image: vimagick/hass:debian + container_name: hass + image: homeassistant/home-assistant:stable volumes: - - ./data:/etc/hass + - ./data:/config + - /dev/bus/usb:/dev/bus/usb + - /var/run/dbus:/var/run/dbus network_mode: host - privileged: yes + privileged: true restart: unless-stopped