mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-29 06:48:16 +00:00
15 lines
286 B
YAML
15 lines
286 B
YAML
version: "3"
|
|
|
|
services:
|
|
homeassistant:
|
|
container_name: home-assistant
|
|
image: homeassistant/home-assistant:stable
|
|
volumes:
|
|
- ./:/config
|
|
devices:
|
|
- /dev/ttyACM0:/dev/ttyACM0
|
|
environment:
|
|
- TZ=Europe/Sofia
|
|
restart: always
|
|
network_mode: host
|