add: home assistant

This commit is contained in:
Andy Bunce 2026-04-07 21:08:27 +01:00
parent f158617754
commit 174c3ecb2e
2 changed files with 16 additions and 0 deletions

3
homeassistant/README.md Normal file
View file

@ -0,0 +1,3 @@
Home Assistant should be accessible using http://<host>:8123

View file

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