* Fixed emqx docker compose file syntax and added volumes for persistence.

* Added helper comments for docker-compose.yml and netmaker.env files to enable emqx broker support.
This commit is contained in:
Farukh Khan
2023-08-12 00:28:16 +08:00
committed by GitHub
parent a9a8596d71
commit 185728ad71
3 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ DISPLAY_KEYS="on"
DATABASE="sqlite"
# The address of the mq server. If running from docker compose it will be "mq". Otherwise, need to input address.
# If using "host networking", it will find and detect the IP of the mq container.
SERVER_BROKER_ENDPOINT="ws://mq:1883"
SERVER_BROKER_ENDPOINT="ws://mq:1883" # For EMQX websockets use `SERVER_BROKER_ENDPOINT=ws://mq:8083/mqtt`
# The reachable port of STUN on the server
STUN_PORT="3478"
# Logging verbosity level - 1, 2, or 3