@ -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"
@ -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