add dev home assistant

This commit is contained in:
2020-06-01 22:41:44 +03:00
parent c8a4fea2e0
commit ead3a996ec
3 changed files with 18 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
homeassistant-dev:
container_name: home-assistant-dev
image: homeassistant/home-assistant:stable
volumes:
- ../config-dev:/config
environment:
- TZ=Europe/Sofia
network_mode: host