Commit 8be682d15aaafb274da77ff24828b9a270102074

Authored by Igor Kulikov
1 parent e4eb3358

Change default TB API port

... ... @@ -181,6 +181,7 @@ services:
181 181 ports:
182 182 - "80:80"
183 183 - "8080"
  184 + - "8090"
184 185 - "443:443"
185 186 - "1883:1883"
186 187 - "9999:9999"
... ... @@ -190,7 +191,7 @@ services:
190 191 HTTP_PORT: 80
191 192 HTTPS_PORT: 443
192 193 MQTT_PORT: 1883
193   - TB_API_PORT: 8080
  194 + TB_API_PORT: 8090
194 195 FORCE_HTTPS_REDIRECT: "false"
195 196 links:
196 197 - tb1
... ...
... ... @@ -2,7 +2,7 @@
2 2 HTTP_BIND_ADDRESS=0.0.0.0
3 3 HTTP_BIND_PORT=8080
4 4 TB_HOST=haproxy
5   -TB_PORT=8080
  5 +TB_PORT=8090
6 6 LOGGER_LEVEL=info
7 7 LOG_FOLDER=logs
8 8 LOGGER_FILENAME=tb-web-ui-%DATE%.log
... ...