1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

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

@ -55,7 +55,7 @@ A collection of delicious docker recipes.
## IoT ## IoT
- [x] hass - [x] ~hass~
- [x] hbdg - [x] hbdg
- [x] node-red :+1: - [x] node-red :+1:
- [x] mqtt-io-arm - [x] mqtt-io-arm
@ -349,6 +349,7 @@ A collection of delicious docker recipes.
- [x] grafana/grafana - [x] grafana/grafana
- [x] hasura/graphql-engine - [x] hasura/graphql-engine
- [x] haproxy - [x] haproxy
- [x] homeassistant/home-assistant
- [x] h2non/imaginary - [x] h2non/imaginary
- [x] jellyfin/jellyfin - [x] jellyfin/jellyfin
- [x] jenkins - [x] jenkins

@ -1,9 +1,12 @@
version: "3.8" version: "3.8"
services: services:
hass: hass:
image: vimagick/hass:debian container_name: hass
image: homeassistant/home-assistant:stable
volumes: volumes:
- ./data:/etc/hass - ./data:/config
- /dev/bus/usb:/dev/bus/usb
- /var/run/dbus:/var/run/dbus
network_mode: host network_mode: host
privileged: yes privileged: true
restart: unless-stopped restart: unless-stopped