docker-compose.yaml 300 B

12345678910111213141516
  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/ogc2afc.yaml
  11. module: connector-module-afarcloud
  12. ports:
  13. - "8080:8080"
  14. restart: always