Move out mosquitto config

This commit is contained in:
2020-06-07 21:37:37 +03:00
parent 19f2839992
commit 239d3a954e
5 changed files with 3 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
version: "3"
services:
homeassistant-dev:
container_name: homeassistant-dev
image: homeassistant/home-assistant:stable
volumes:
- ../config-dev:/config
environment:
- TZ=Europe/Sofia
network_mode: host