removed unnecessary config options

This commit is contained in:
Volodymyr Babak 2017-05-24 15:24:48 +03:00
parent 431e5781b0
commit 5da5a1a134
2 changed files with 1 additions and 7 deletions

View File

@ -25,8 +25,6 @@ services:
- "5683:5683/udp"
env_file:
- thingsboard.env
volumes:
- "~/keystore.p12:/root/keystore.p12"
entrypoint: ./run_thingsboard.sh
thingsboard-db-schema:
image: "thingsboard/thingsboard-db-schema:1.2.3"

View File

@ -5,8 +5,4 @@ ZOOKEEPER_URL=zk:2181
MQTT_BIND_ADDRESS=0.0.0.0
MQTT_BIND_PORT=1883
COAP_BIND_ADDRESS=0.0.0.0
COAP_BIND_PORT=5683
SSL_ENABLED=true
SSL_KEY_STORE=/root/keystore.p12
HTTP_BIND_PORT=8443
COAP_BIND_PORT=5683