added mqtt broker to the stack
This commit is contained in:
@@ -22,3 +22,11 @@ services:
|
|||||||
MYSQL_ROOT_PASSWORD: mitko2021
|
MYSQL_ROOT_PASSWORD: mitko2021
|
||||||
MYSQL_USER: iot
|
MYSQL_USER: iot
|
||||||
MYSQL_PASSWORD: mitko2021
|
MYSQL_PASSWORD: mitko2021
|
||||||
|
# for mitko:mqtt
|
||||||
|
node-mqtt:
|
||||||
|
image: eclipse-mosquitto
|
||||||
|
command: mosquitto -c /mosquitto-no-auth.conf
|
||||||
|
hostname: node-mqtt
|
||||||
|
ports:
|
||||||
|
- 1885:1883
|
||||||
|
restart: always
|
||||||
Reference in New Issue
Block a user