Add home assistant/docker-compose.yml

Tested abd working as a custom template
This commit is contained in:
2026-02-02 00:19:19 +00:00
parent 780d90353c
commit 3e7bad4578

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