Skip to content

Commit

Permalink
chore(all): resovle mqtt to work wth version 2.0.2 and newer
Browse files Browse the repository at this point in the history
[MQTT version 2.0.2 and higher require a config file to allow for external
connections](eclipse-mosquitto/mosquitto#2079). This adds
that config file in.
  • Loading branch information
jmcdo29 committed Feb 16, 2021
1 parent 07ca5a8 commit 0e07ec4
Show file tree
Hide file tree
Showing 3 changed files with 985 additions and 136 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
container_name: mqtt
ports:
- '1883:1883'
volumes:
- ./mosquitto:/mosquitto/
rabbitmq:
image: rabbitmq
container_name: rabbit
Expand Down
2 changes: 2 additions & 0 deletions mosquitto/config/mosquitto.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
listener 1883
allow_anonymous true
Loading

0 comments on commit 0e07ec4

Please sign in to comment.