Files
sarah/docker-compose.yaml
2026-01-25 13:32:56 +02:00

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