add homeassistant compose

This commit is contained in:
Pim Nelissen
2025-05-09 13:51:03 +02:00
parent 5dc92fba3a
commit 90b82537f1

View File

@ -0,0 +1,11 @@
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /opt/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host