removed unnecessary config options
This commit is contained in:
parent
431e5781b0
commit
5da5a1a134
@ -25,8 +25,6 @@ services:
|
|||||||
- "5683:5683/udp"
|
- "5683:5683/udp"
|
||||||
env_file:
|
env_file:
|
||||||
- thingsboard.env
|
- thingsboard.env
|
||||||
volumes:
|
|
||||||
- "~/keystore.p12:/root/keystore.p12"
|
|
||||||
entrypoint: ./run_thingsboard.sh
|
entrypoint: ./run_thingsboard.sh
|
||||||
thingsboard-db-schema:
|
thingsboard-db-schema:
|
||||||
image: "thingsboard/thingsboard-db-schema:1.2.3"
|
image: "thingsboard/thingsboard-db-schema:1.2.3"
|
||||||
|
|||||||
@ -5,8 +5,4 @@ ZOOKEEPER_URL=zk:2181
|
|||||||
MQTT_BIND_ADDRESS=0.0.0.0
|
MQTT_BIND_ADDRESS=0.0.0.0
|
||||||
MQTT_BIND_PORT=1883
|
MQTT_BIND_PORT=1883
|
||||||
COAP_BIND_ADDRESS=0.0.0.0
|
COAP_BIND_ADDRESS=0.0.0.0
|
||||||
COAP_BIND_PORT=5683
|
COAP_BIND_PORT=5683
|
||||||
|
|
||||||
SSL_ENABLED=true
|
|
||||||
SSL_KEY_STORE=/root/keystore.p12
|
|
||||||
HTTP_BIND_PORT=8443
|
|
||||||
Loading…
x
Reference in New Issue
Block a user