added mqtt broker to the stack
This commit is contained in:
@@ -21,4 +21,12 @@ services:
|
||||
MYSQL_DATABASE: iot
|
||||
MYSQL_ROOT_PASSWORD: mitko2021
|
||||
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