hass-docker-compose.yml hinzugefügt

This commit is contained in:
2025-05-10 11:03:38 +00:00
parent d818e2434c
commit f46314ffd1

11
hass-docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
homeassistant:
container_name: ${NAME}
image: "ghcr.io/home-assistant/home-assistant:latest"
volumes:
- ${VOLUME_CONFIG}:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host