Add mosquitto broker (#1914)

* Add mosquitto broker
* Add documetation to mosquitto
This commit is contained in:
Luis Coutinho
2019-01-08 07:33:40 +00:00
committed by Shao Yu-Lung (Allen)
parent 3e771dbcfc
commit 30c8afafa2
5 changed files with 885 additions and 0 deletions

View File

@ -39,6 +39,8 @@ volumes:
driver: ${VOLUMES_DRIVER}
elasticsearch:
driver: ${VOLUMES_DRIVER}
mosquitto:
driver: ${VOLUMES_DRIVER}
services:
@ -1304,3 +1306,15 @@ services:
backend:
aliases:
- fetchmail
### MOSQUITTO Broker #########################################
mosquitto:
build:
context: ./mosquitto
volumes:
- ${DATA_PATH_HOST}/mosquitto/data:/mosquitto/data
ports:
- "${MOSQUITTO_PORT}:9001"
networks:
- frontend
- backend