From 75a4dc69f9f9912cc6efa7d45299dc6802355c8d Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Sun, 28 Apr 2024 00:31:28 -0500 Subject: add compose files --- external/homeassistant/compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 external/homeassistant/compose.yaml (limited to 'external/homeassistant/compose.yaml') diff --git a/external/homeassistant/compose.yaml b/external/homeassistant/compose.yaml new file mode 100644 index 0000000..b95a7ae --- /dev/null +++ b/external/homeassistant/compose.yaml @@ -0,0 +1,11 @@ +name: homeassistant +services: + homeassistant: + container_name: homeassistant + image: "ghcr.io/home-assistant/home-assistant:stable" + volumes: + - "${HOMEASSISTANT_DATA_PATH}:/config" + - /etc/localtime:/etc/localtime:ro + restart: always + privileged: true + network_mode: host -- cgit v1.2.3