Add home_assistant/docker-compose.yml

This commit is contained in:
2026-04-25 23:17:37 +01:00
parent 97932cd0dd
commit 3ca6b6a1bb

View File

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