Commit 5da5a1a1347540c0a2091f4ea37353d4814aaddc
1 parent
431e5781
removed unnecessary config options
Showing
2 changed files
with
1 additions
and
7 deletions
@@ -25,8 +25,6 @@ services: | @@ -25,8 +25,6 @@ services: | ||
25 | - "5683:5683/udp" | 25 | - "5683:5683/udp" |
26 | env_file: | 26 | env_file: |
27 | - thingsboard.env | 27 | - thingsboard.env |
28 | - volumes: | ||
29 | - - "~/keystore.p12:/root/keystore.p12" | ||
30 | entrypoint: ./run_thingsboard.sh | 28 | entrypoint: ./run_thingsboard.sh |
31 | thingsboard-db-schema: | 29 | thingsboard-db-schema: |
32 | image: "thingsboard/thingsboard-db-schema:1.2.3" | 30 | image: "thingsboard/thingsboard-db-schema:1.2.3" |
@@ -5,8 +5,4 @@ ZOOKEEPER_URL=zk:2181 | @@ -5,8 +5,4 @@ ZOOKEEPER_URL=zk:2181 | ||
5 | MQTT_BIND_ADDRESS=0.0.0.0 | 5 | MQTT_BIND_ADDRESS=0.0.0.0 |
6 | MQTT_BIND_PORT=1883 | 6 | MQTT_BIND_PORT=1883 |
7 | COAP_BIND_ADDRESS=0.0.0.0 | 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 | ||
8 | +COAP_BIND_PORT=5683 |