mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-19 10:08:18 +00:00
14 lines
313 B
YAML
14 lines
313 B
YAML
services:
|
|
homeassistant:
|
|
container_name: home-assistant
|
|
image: homeassistant/home-assistant:stable
|
|
volumes:
|
|
- ./config:/config
|
|
- /var/run/dbus:/run/dbus:ro
|
|
devices:
|
|
- /dev/ttyACM0:/dev/ttyACM0
|
|
environment:
|
|
- TZ=Europe/Sofia
|
|
restart: always
|
|
network_mode: host
|