Move docker-compose

This commit is contained in:
2020-11-27 11:24:52 +02:00
parent 9932049e26
commit f579f95055
+25
View File
@@ -0,0 +1,25 @@
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