smart home/home-assistant/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-02 18:34:43 +01:00
parent 168da8e5bd
commit 09d13ad754

View File

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