mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
26 lines
538 B
YAML
26 lines
538 B
YAML
version: "3"
|
|
|
|
services:
|
|
homeassistant:
|
|
container_name: home-assistant
|
|
image: homeassistant/home-assistant:stable
|
|
volumes:
|
|
- ./:/config
|
|
devices:
|
|
- /dev/ttyACM1:/dev/ttyACM1
|
|
environment:
|
|
- TZ=Europe/Sofia
|
|
restart: always
|
|
network_mode: host
|
|
|
|
# appdaemon:
|
|
# container_name: appdaemon
|
|
# image: acockburn/appdaemon:latest
|
|
# ports:
|
|
# - 5050:5050
|
|
# volumes:
|
|
# - ../appdaemon:/conf
|
|
# depends_on:
|
|
# - homeassistant
|
|
# network_mode: host
|