add: home assistant
This commit is contained in:
parent
f158617754
commit
174c3ecb2e
2 changed files with 16 additions and 0 deletions
3
homeassistant/README.md
Normal file
3
homeassistant/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
Home Assistant should be accessible using http://<host>:8123
|
||||||
13
homeassistant/compose.yaml
Normal file
13
homeassistant/compose.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
services:
|
||||||
|
homeassistant:
|
||||||
|
container_name: homeassistant
|
||||||
|
image: "ghcr.io/home-assistant/home-assistant:stable"
|
||||||
|
volumes:
|
||||||
|
- /PATH_TO_YOUR_CONFIG:/config
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /run/dbus:/run/dbus:ro
|
||||||
|
restart: unless-stopped
|
||||||
|
privileged: true
|
||||||
|
network_mode: host
|
||||||
|
environment:
|
||||||
|
TZ: Europe/London
|
||||||
Loading…
Add table
Reference in a new issue