diff options
author | Dylan Bolger <dylan.bolger00@gmail.com> | 2024-04-28 00:31:28 -0500 |
---|---|---|
committer | Dylan Bolger <dylan.bolger00@gmail.com> | 2024-04-28 00:31:28 -0500 |
commit | 75a4dc69f9f9912cc6efa7d45299dc6802355c8d (patch) | |
tree | 7e5201c7b930baac86fcc122b8dbd8f66941b96c /external/homeassistant | |
parent | a0f9825517624dc1355b0e7b0d9610163205e46d (diff) | |
download | pi-composition-75a4dc69f9f9912cc6efa7d45299dc6802355c8d.tar.xz pi-composition-75a4dc69f9f9912cc6efa7d45299dc6802355c8d.zip |
Diffstat (limited to 'external/homeassistant')
-rw-r--r-- | external/homeassistant/compose.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |