mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-26 02:05:06 +01:00
home assistant update
This commit is contained in:
parent
012cca7cc0
commit
4a8b976e29
12
docker-compose/homeassistant/docker-compose.yaml
Normal file
12
docker-compose/homeassistant/docker-compose.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user