opening public ports to HTTP and MQTT

This commit is contained in:
Dobromir Popov ONE
2022-04-16 12:52:52 +03:00
parent 10a7aa2fed
commit 631cec9ca8

View File

@@ -12,12 +12,14 @@ services:
- MQTT_HOST=node-mqtt
- MQTT_PORT_HTTP=1883
- MQTT_PORT_HTTPS=8444
- MQTT_ESP_NAME=Garden
depends_on:
- node-mysql
- node-mqtt
restart: always
ports:
- 2081:2080
- 10080:2080
node-mysql:
build: ./mysql
restart: always
@@ -35,6 +37,7 @@ services:
hostname: node-mqtt
ports:
- 1885:1883
- 10883:1883
restart: always
volumes:
iotdbdata: