Files
sarah/config/docker-compose.yaml
T
2020-11-27 11:24:52 +02:00

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