| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- version: "3.9"
- services:
- afc:
- container_name: connector_ogc2afc
- image: connector/ogc2afc
- build:
- target: production
- context: .
- args:
- config_file: config/config.yaml
- module: connector-module-afarcloud
- ports:
- - "8080:8080"
- restart: always
- # senslog1:
- # container_name: senslog_connector
- # build:
- # target: production
- # context: .
- # args:
- # config_file: config/config.yaml
- # module: connector-module-senslog1
- # ports:
- # - "80:8080"
- # restart: always
- #
- # ima:
- # container_name: ima_connector
- # build:
- # target: production
- # context: .
- # args:
- # config_file: config/config.yaml
- # module: connector-module-ima
- # ports:
- # - "80:8080"
- # restart: always
|