home-assistant/docker-compose.yml hinzugefügt

This commit is contained in:
2025-11-02 14:32:43 +01:00
parent fb08bc3bb9
commit f4f4177eef

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