mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-23 00:17:10 +08:00
NET-517 (#2510)
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user