update hass

This commit is contained in:
kev 2021-12-20 17:27:02 +08:00
parent 0184014ad3
commit beb59c030b
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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