docker-compose.override.yml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. version: "3.3"
  2. services:
  3. dockerdb:
  4. image: reg.kajuree.com/clearingdb:rpi
  5. # dockerdb:
  6. # image: "reg.kajuree.com/aws.database"
  7. alexisapi:
  8. image: reg.kajuree.com/gps.api.alexis:rpi
  9. volumes:
  10. - /GPS.Clearing:/GPS.Clearing
  11. secureapi:
  12. image: reg.kajuree.com/gps.secureapi:rpi
  13. volumes:
  14. - /GPS.Clearing/log:/App/log
  15. filewatcher:
  16. image: reg.kajuree.com/gps.tools.filewatcher:rpi
  17. volumes:
  18. - /GPS.Clearing:/GPS.Clearing
  19. - /GPS:/GPS
  20. statuswatcher:
  21. image: reg.kajuree.com/gps.tools.statuswatcher:rpi
  22. volumes:
  23. - /GPS.Clearing:/GPS.Clearing
  24. matching:
  25. image: reg.kajuree.com/gps.clearing.matchingservice:rpi
  26. volumes:
  27. - /GPS.Clearing:/GPS.Clearing
  28. ipmreader:
  29. image: reg.kajuree.com/gps.clearing.mastercardfileloadservice:rpi
  30. volumes:
  31. - /GPS.Clearing:/GPS.Clearing
  32. - /GPS:/GPS
  33. visareader:
  34. image: reg.kajuree.com/gps.clearing.visafilereader:rpi
  35. depends_on:
  36. - rabbitmq
  37. volumes:
  38. - /GPS.Clearing:/GPS.Clearing
  39. - /GPS:/GPS
  40. # ratesupdater:
  41. # image: reg.kajuree.com/gps.clearing.ratesupdaterservice:rpi
  42. # volumes:
  43. # - /GPS.Clearing:/GPS.Clearing
  44. # - /GPS:/GPS
  45. # ratesloader:
  46. # image: reg.kajuree.com/gps.currency.ratesloader:rpi
  47. # volumes:
  48. # - /GPS.Currency:/GPS.Currency
  49. # booking:
  50. # image: reg.kajuree.com/gps.currency.bookingservice:rpi
  51. # volumes:
  52. # - /GPS.Currency:/GPS.Currency
  53. # currencyjobs:
  54. # image: reg.kajuree.com/gps.currency.jobs:rpi
  55. # volumes:
  56. # - /GPS.Currency:/GPS.Currency
  57. # providerapi:
  58. # image: reg.kajuree.com/gps.currency.providerapi:rpi
  59. # volumes:
  60. # - /GPS.Currency:/GPS.Currency
  61. ratesapi:
  62. image: reg.kajuree.com/gps.currency.ratesapi:rpi
  63. volumes:
  64. - /GPS.Currency:/GPS.Currency
  65. rabbitmq:
  66. image: reg.kajuree.com/rabbitmqtz
  67. seq:
  68. image: reg.kajuree.com/seqtz
  69. samba:
  70. image: dperson/samba
  71. environment:
  72. TZ: 'Europe/London'
  73. networks:
  74. - default
  75. ports:
  76. - "137:137/udp"
  77. - "138:138/udp"
  78. - "139:139/tcp"
  79. - "445:445/tcp"
  80. read_only: true
  81. tmpfs:
  82. - /tmp
  83. # restart: unless-stopped
  84. stdin_open: true
  85. tty: true
  86. volumes:
  87. - /GPS:/GPS:z
  88. - /GPS.Clearing:/GPS.Clearing:z
  89. - /GPS.Currency:/GPS.Currency:z
  90. command: '-s "GPS;/GPS;yes;no;no;paul" -s "GPS.Clearing;/GPS.Clearing;yes;no;no;paul" -s "GPS.Curreny;/GPS.Currency;yes;no;no;paul" -u "paul;harry1996" -p'