fixed docker-compose.edqs.yml
This commit is contained in:
parent
d25af15074
commit
6f21c95019
@ -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}"
|
||||
|
||||
@ -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
|
||||
@ -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
|
||||
|
||||
|
||||
3
docker/tb-rule-engine-edqs.env
Normal file
3
docker/tb-rule-engine-edqs.env
Normal file
@ -0,0 +1,3 @@
|
||||
# ThingsBoard server configuration with enabled EDQS synchronization
|
||||
|
||||
TB_EDQS_SYNC_ENABLED=true
|
||||
Loading…
x
Reference in New Issue
Block a user