From f46314ffd1c834eef1a7343958569339b8312626 Mon Sep 17 00:00:00 2001 From: thomas Date: Sat, 10 May 2025 11:03:38 +0000 Subject: [PATCH] =?UTF-8?q?hass-docker-compose.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hass-docker-compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hass-docker-compose.yml diff --git a/hass-docker-compose.yml b/hass-docker-compose.yml new file mode 100644 index 0000000..1432f72 --- /dev/null +++ b/hass-docker-compose.yml @@ -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 \ No newline at end of file