Added mqtt

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-10-27 21:10:22 +02:00
parent c6a9287f38
commit 735e6d10ab

View file

@ -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