From 735e6d10ab33b2f8d5795beca668a8056e52fc73 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 27 Oct 2019 21:10:22 +0200 Subject: [PATCH] Added mqtt Signed-off-by: Marko Korhonen --- homeautomation/docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/homeautomation/docker-compose.yml b/homeautomation/docker-compose.yml index c978227..d69e32d 100644 --- a/homeautomation/docker-compose.yml +++ b/homeautomation/docker-compose.yml @@ -66,3 +66,11 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - /homeautomation-config/portainer:/data + + mosquitto: + container_name: mosquitto + image: eclipse-mosquitto + restart: always + network_mode: host + volumes: + - /homeautomation-config/mosquitto:/mosquitto