mirror of
https://github.com/GeorgeSG/sarah.git
synced 2025-12-28 20:30:29 +00:00
16 lines
327 B
YAML
16 lines
327 B
YAML
version: "3"
|
|
|
|
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
|