fixed docker-compose.edqs.yml

This commit is contained in:
dashevchenko 2025-02-28 17:44:42 +02:00
parent d25af15074
commit 6f21c95019
4 changed files with 12 additions and 3 deletions

View File

@ -19,10 +19,16 @@ version: '3.0'
services:
tb-core1:
env_file:
- tb-node-edqs.env
- tb-core-edqs.env
tb-core2:
env_file:
- tb-node-edqs.env
- tb-core-edqs.env
tb-rule-engine1:
env_file:
- tb-rule-engine-edqs.env
tb-rule-engine2:
env_file:
- tb-rule-engine-edqs.env
tb-edqs-1:
restart: always
image: "${DOCKER_REPO}/${EDQS_DOCKER_NAME}:${TB_VERSION}"

View File

@ -1,4 +1,5 @@
# ThingsBoard server configuration with enabled EDQS synchronization
TB_EDQS_MODE=remote
TB_EDQS_SYNC_ENABLED=true
TB_EDQS_API_ENABLED=true

View File

@ -4,7 +4,6 @@ ZOOKEEPER_ENABLED=true
ZOOKEEPER_URL=zookeeper:2181
JS_EVALUATOR=remote
TRANSPORT_TYPE=remote
TB_EDQS_MODE=remote
HTTP_LOG_CONTROLLER_ERROR_STACK_TRACE=false

View File

@ -0,0 +1,3 @@
# ThingsBoard server configuration with enabled EDQS synchronization
TB_EDQS_SYNC_ENABLED=true