user BROKER_ENDPOINT and SERVER_BROKER_ENDPOINT

This commit is contained in:
Anish Mukherjee
2023-02-23 17:48:37 +05:30
parent 6f8f9ec5ef
commit 2700acc1d7
7 changed files with 20 additions and 51 deletions
+2 -3
View File
@@ -9,7 +9,7 @@ services:
- dnsconfig:/root/config/dnsconfig
- sqldata:/root/data
environment:
BROKER_NAME: "broker.NETMAKER_BASE_DOMAIN"
BROKER_ENDPOINT: "wss://broker.NETMAKER_BASE_DOMAIN"
SERVER_NAME: "NETMAKER_BASE_DOMAIN"
STUN_DOMAIN: "stun.NETMAKER_BASE_DOMAIN"
SERVER_HOST: "SERVER_PUBLIC_IP"
@@ -23,8 +23,7 @@ services:
DISPLAY_KEYS: "on"
DATABASE: "sqlite"
NODE_ID: "netmaker-server-1"
BROKER_ENDPOINT: "ws://mq:1883"
MQ_PORT: "443"
SERVER_BROKER_ENDPOINT: "ws://mq:1883"
STUN_PORT: "3478"
VERBOSITY: "1"
MQ_PASSWORD: "REPLACE_MQ_PASSWORD"