2017-05-31 12:48:35 +03:00
2018-10-24 19:56:25 +03:00
DOCKER_REPO = thingsboard
2017-07-26 16:16:07 +03:00
2018-10-24 19:56:25 +03:00
JS_EXECUTOR_DOCKER_NAME = tb-js-executor
TB_NODE_DOCKER_NAME = tb-node
WEB_UI_DOCKER_NAME = tb-web-ui
MQTT_TRANSPORT_DOCKER_NAME = tb-mqtt-transport
HTTP_TRANSPORT_DOCKER_NAME = tb-http-transport
COAP_TRANSPORT_DOCKER_NAME = tb-coap-transport
2017-05-31 18:55:59 +03:00
2018-10-24 19:56:25 +03:00
TB_VERSION = latest
2018-10-25 19:08:06 +03:00
# Database used by ThingsBoard, can be either postgres (PostgreSQL) or cassandra (Cassandra).
# According to the database type corresponding docker service will be deployed (see docker-compose.postgres.yml, docker-compose.cassandra.yml for details).
2018-10-24 19:56:25 +03:00
2018-10-25 19:08:06 +03:00
DATABASE = postgres
2018-10-24 19:56:25 +03:00
KAFKA_TOPICS = "js.eval.requests:100:1:delete --config=retention.ms=60000 --config=segment.bytes=26214400 --config=retention.bytes=104857600,tb.transport.api.requests:30:1:delete --config=retention.ms=60000 --config=segment.bytes=26214400 --config=retention.bytes=104857600,tb.rule-engine:30:1"