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 b9240a6545
commit 6979312ca1
No known key found for this signature in database
GPG Key ID: 911B85FBC6003FE5

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