From 1f7428aaf2d07fe8323c19dc6fdc8eef3afdc735 Mon Sep 17 00:00:00 2001 From: Jadowyne Ulve Date: Sat, 26 Apr 2025 10:02:41 -0500 Subject: [PATCH] Upload files to "homeassistant" --- homeassistant/docker-compose.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 homeassistant/docker-compose.yml diff --git a/homeassistant/docker-compose.yml b/homeassistant/docker-compose.yml new file mode 100644 index 0000000..f62d13f --- /dev/null +++ b/homeassistant/docker-compose.yml @@ -0,0 +1,12 @@ +version: '3' +services: + homeassistant: + container_name: homeassistant + image: "ghcr.io/home-assistant/home-assistant:stable" + volumes: + - ./config:/config + - /etc/localtime:/etc/localtime:ro + - /run/dbus:/run/dbus:ro + restart: unless-stopped + privileged: true + network_mode: host