home_assistant: Add privileged + dbus volume
This commit is contained in:
parent
c4b240c407
commit
dd343e208f
1 changed files with 3 additions and 1 deletions
|
@ -8,9 +8,11 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- {{ server.work_dir }}/home_assistant/base:/config
|
- {{ server.work_dir }}/home_assistant/base:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /run/dbus:/run/dbus:ro
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
privileged: true
|
||||||
expose:
|
expose:
|
||||||
- 8123
|
- 8123
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.homeassistant-secure.entrypoints=https"
|
- "traefik.http.routers.homeassistant-secure.entrypoints=https"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue