|
@@ -26,7 +26,7 @@ services:
|
|
|
DISPLAY_KEYS: "on" # Show keys permanently in UI (until deleted) as opposed to 1-time display.
|
|
|
DATABASE: "sqlite" # Database to use - sqlite, postgres, or rqlite
|
|
|
NODE_ID: "netmaker-server-1" # used for HA - identifies this server vs other servers
|
|
|
- MQ_HOST: ""ws://mq:1883"" # 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.
|
|
|
+ BROKER_ENDPOINT: ""ws://mq:1883"" # 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.
|
|
|
MQ_PORT: "443" # the reachable port of MQ - change if external MQ port changes (port on proxy, not necessarily the one exposed in docker-compose)
|
|
|
MQ_USERNAME: "REPLACE_MQ_USERNAME" # the username to set for MQ access
|
|
|
MQ_PASSWORD: "REPLACE_MQ_PASSWORD" # the password to set for MQ access
|