First Upload

This commit is contained in:
2024-10-18 21:44:37 +00:00
commit 044ce0b468

12
docker-compose.yaml Normal file
View File

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