Feat: Fügt docker-compose hinzu

This commit is contained in:
2026-06-28 17:11:15 +02:00
parent 6e456ae5c4
commit 90abeb929c
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -1 +1,3 @@
.vscode/
data/
+13
View File
@@ -0,0 +1,13 @@
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- ./data/config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host
environment:
TZ: Europe/Berlin