Fix docker hybrid db mode
This commit is contained in:
parent
3a129de654
commit
b34122a30c
@ -44,17 +44,19 @@ services:
|
|||||||
- cassandra
|
- cassandra
|
||||||
tb-core2:
|
tb-core2:
|
||||||
env_file:
|
env_file:
|
||||||
- tb-node.cassandra.env
|
- tb-node.hybrid.env
|
||||||
depends_on:
|
depends_on:
|
||||||
- kafka
|
- kafka
|
||||||
- redis
|
- redis
|
||||||
|
- postgres
|
||||||
- cassandra
|
- cassandra
|
||||||
tb-rule-engine1:
|
tb-rule-engine1:
|
||||||
env_file:
|
env_file:
|
||||||
- tb-node.cassandra.env
|
- tb-node.hybrid.env
|
||||||
depends_on:
|
depends_on:
|
||||||
- kafka
|
- kafka
|
||||||
- redis
|
- redis
|
||||||
|
- postgres
|
||||||
- cassandra
|
- cassandra
|
||||||
tb-rule-engine2:
|
tb-rule-engine2:
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user