Browse Source

Update exporter

Matthew R Kasun 2 years ago
parent
commit
3b61b37bfc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compose/docker-compose.ee.yml

+ 2 - 2
compose/docker-compose.ee.yml

@@ -111,8 +111,8 @@ services:
     depends_on:
       - netmaker
     environment:
-      SERVER_BROKER_ENDPOINT: "ws://mq:8083/mqtt"
-      BROKER_ENDPOINT: "wss://broker.NETMAKER_BASE_DOMAIN/mqtt"
+      SERVER_BROKER_ENDPOINT: "ws://mq:1883"
+      BROKER_ENDPOINT: "wss://broker.NETMAKER_BASE_DOMAIN"
       PROMETHEUS: "on"
       VERBOSITY: "1"
       API_PORT: "8085"