2018-10-03 16:38:18 +03:00
|
|
|
|
|
|
|
|
DOCKER_REPO=local-maven-build
|
2018-10-04 19:44:01 +03:00
|
|
|
|
|
|
|
|
JS_EXECUTOR_DOCKER_NAME=tb-js-executor
|
|
|
|
|
TB_NODE_DOCKER_NAME=tb-node
|
|
|
|
|
WEB_UI_DOCKER_NAME=tb-web-ui
|
2018-10-15 18:24:51 +03:00
|
|
|
MQTT_TRANSPORT_DOCKER_NAME=tb-mqtt-transport
|
2018-10-18 16:21:50 +03:00
|
|
|
HTTP_TRANSPORT_DOCKER_NAME=tb-http-transport
|
|
|
|
|
COAP_TRANSPORT_DOCKER_NAME=tb-coap-transport
|
2018-10-04 19:44:01 +03:00
|
|
|
|
2018-10-03 16:38:18 +03:00
|
|
|
TB_VERSION=2.2.0-SNAPSHOT
|
|
|
|
|
|
2018-10-22 17:24:32 +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
|