mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
update hass
This commit is contained in:
parent
0184014ad3
commit
beb59c030b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user