docker-compose.aws-sqs.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. #
  2. # Copyright © 2016-2023 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: '3.0'
  17. services:
  18. tb-js-executor:
  19. env_file:
  20. - queue-aws-sqs.env
  21. tb-core1:
  22. env_file:
  23. - queue-aws-sqs.env
  24. tb-core2:
  25. env_file:
  26. - queue-aws-sqs.env
  27. tb-rule-engine1:
  28. env_file:
  29. - queue-aws-sqs.env
  30. tb-rule-engine2:
  31. env_file:
  32. - queue-aws-sqs.env
  33. tb-mqtt-transport1:
  34. env_file:
  35. - queue-aws-sqs.env
  36. tb-mqtt-transport2:
  37. env_file:
  38. - queue-aws-sqs.env
  39. tb-http-transport1:
  40. env_file:
  41. - queue-aws-sqs.env
  42. tb-http-transport2:
  43. env_file:
  44. - queue-aws-sqs.env
  45. tb-coap-transport:
  46. env_file:
  47. - queue-aws-sqs.env
  48. tb-lwm2m-transport:
  49. env_file:
  50. - queue-aws-sqs.env
  51. tb-snmp-transport:
  52. env_file:
  53. - queue-aws-sqs.env
  54. tb-vc-executor1:
  55. env_file:
  56. - queue-aws-sqs.env
  57. tb-vc-executor2:
  58. env_file:
  59. - queue-aws-sqs.env