home_assistant: Add privileged + dbus volume

This commit is contained in:
Florian RICHER 2025-04-13 23:18:18 +02:00
parent c4b240c407
commit dd343e208f
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -8,9 +8,11 @@ services:
volumes:
- {{ server.work_dir }}/home_assistant/base:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
network_mode: host
privileged: true
expose:
- 8123
- 8123
labels:
- "traefik.enable=true"
- "traefik.http.routers.homeassistant-secure.entrypoints=https"