docker-compose.yaml 802 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. version: "3.9"
  2. services:
  3. afc:
  4. container_name: connector_ogc2afc
  5. image: connector/ogc2afc
  6. build:
  7. target: production
  8. context: .
  9. args:
  10. config_file: config/config.yaml
  11. module: connector-module-afarcloud
  12. ports:
  13. - "8080:8080"
  14. restart: always
  15. # senslog1:
  16. # container_name: senslog_connector
  17. # build:
  18. # target: production
  19. # context: .
  20. # args:
  21. # config_file: config/config.yaml
  22. # module: connector-module-senslog1
  23. # ports:
  24. # - "80:8080"
  25. # restart: always
  26. #
  27. # ima:
  28. # container_name: ima_connector
  29. # build:
  30. # target: production
  31. # context: .
  32. # args:
  33. # config_file: config/config.yaml
  34. # module: connector-module-ima
  35. # ports:
  36. # - "80:8080"
  37. # restart: always