You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
778 B

  1. version: '2'
  2. services:
  3. TML-CY:
  4. scale: 1
  5. start_on_create: false
  6. health_check:
  7. healthy_threshold: 2
  8. response_timeout: 5000
  9. port: 8080
  10. unhealthy_threshold: 3
  11. initializing_timeout: 60000
  12. interval: 30000
  13. strategy: recreate
  14. request_line: GET "/" "HTTP/1.0"
  15. reinitializing_timeout: 60000
  16. TML-MENU:
  17. scale: 1
  18. start_on_create: false
  19. health_check:
  20. healthy_threshold: 2
  21. response_timeout: 5000
  22. port: 8080
  23. unhealthy_threshold: 3
  24. initializing_timeout: 60000
  25. interval: 30000
  26. strategy: recreate
  27. request_line: GET "/" "HTTP/1.0"
  28. reinitializing_timeout: 60000
  29. TML-STATIC:
  30. scale: 1
  31. start_on_create: false
  32. OTT:
  33. scale: 1
  34. start_on_create: false