Merge pull request #91 from ChristianLempa/84-add-home-assistant-compose-template

home assistant update
This commit is contained in:
Christian Lempa 2023-07-11 10:06:33 +02:00 committed by GitHub
commit 85a1bc92fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,12 @@
---
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:2023.6"
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
# devices:
# - /dev/ttyACMO # (optional) Add serial devices to the container
privileged: true
restart: unless-stopped