add docker compose files

This commit is contained in:
2024-11-14 14:10:22 +01:00
commit 749e9898e2
34 changed files with 717 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
services:
homeassistant:
container_name: homeassistant
image: homeassistant/home-assistant:2024.10
network_mode: host
privileged: true
restart: unless-stopped
volumes:
- /opt/homeassistant:/config
- /etc/localtime:/etc/localtime:ro