docker-compose.confluent.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #
  2. # Copyright © 2016-2022 The Thingsboard Authors
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. #
  16. version: '2.2'
  17. services:
  18. tb-js-executor:
  19. env_file:
  20. - queue-confluent.env
  21. tb-core1:
  22. env_file:
  23. - queue-confluent.env
  24. depends_on:
  25. - redis
  26. tb-core2:
  27. env_file:
  28. - queue-confluent.env
  29. depends_on:
  30. - redis
  31. tb-rule-engine1:
  32. env_file:
  33. - queue-confluent.env
  34. depends_on:
  35. - redis
  36. tb-rule-engine2:
  37. env_file:
  38. - queue-confluent.env
  39. depends_on:
  40. - redis
  41. tb-mqtt-transport1:
  42. env_file:
  43. - queue-confluent.env
  44. tb-mqtt-transport2:
  45. env_file:
  46. - queue-confluent.env
  47. tb-http-transport1:
  48. env_file:
  49. - queue-confluent.env
  50. tb-http-transport2:
  51. env_file:
  52. - queue-confluent.env
  53. tb-coap-transport:
  54. env_file:
  55. - queue-confluent.env
  56. tb-lwm2m-transport:
  57. env_file:
  58. - queue-confluent.env
  59. tb-snmp-transport:
  60. env_file:
  61. - queue-confluent.env