Commit 5da5a1a1347540c0a2091f4ea37353d4814aaddc

Authored by Volodymyr Babak
1 parent 431e5781

removed unnecessary config options

... ... @@ -25,8 +25,6 @@ services:
25 25 - "5683:5683/udp"
26 26 env_file:
27 27 - thingsboard.env
28   - volumes:
29   - - "~/keystore.p12:/root/keystore.p12"
30 28 entrypoint: ./run_thingsboard.sh
31 29 thingsboard-db-schema:
32 30 image: "thingsboard/thingsboard-db-schema:1.2.3"
... ...
... ... @@ -5,8 +5,4 @@ ZOOKEEPER_URL=zk:2181
5 5 MQTT_BIND_ADDRESS=0.0.0.0
6 6 MQTT_BIND_PORT=1883
7 7 COAP_BIND_ADDRESS=0.0.0.0
8   -COAP_BIND_PORT=5683
9   -
10   -SSL_ENABLED=true
11   -SSL_KEY_STORE=/root/keystore.p12
12   -HTTP_BIND_PORT=8443
\ No newline at end of file
  8 +COAP_BIND_PORT=5683
\ No newline at end of file
... ...