Feat: homeassitant core

This commit is contained in:
coolnsx
2024-09-01 17:46:26 +05:30
parent 3559a28973
commit 30ce722346

View File

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