Update DFC tests to use file based conifg
[integration/csit.git] / scripts / dcaegen2-collectors-datafile / dfc-management / docker-compose.yml
1 version: '2'
2 networks:
3   dfcnet:
4     external:
5       name: dfcnet
6 services:
7   dfc:
8     #image fron Nexus
9     image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:latest
10     #local image for test purposes
11     #image: org.onap.dcaegen2.collectors.datafile.datafile-app-server:latest
12     container_name: dfc_app0
13     ports:
14       - "8100:8100"
15       - "8433:8433"
16     networks:
17       dfcnet: null
18     volumes:
19       - $SIMGROUP_ROOT/tls/:/opt/app/datafile/etc/cert/
20       - $SIMGROUP_ROOT/dfc_config_volume:/app-config
21     environment:
22       CONSUL_HOST: "consul-server"
23       CONSUL_PORT: 8500
24       CONFIG_BINDING_SERVICE: "config-binding-service"
25       CONFIG_BINDING_SERVICE_SERVICE_PORT: 10000
26       HOSTNAME: "dfc_app0"
27       KNOWN_HOSTS_FILE_PATH: "/home/datafile/.ssh/known_hosts"
28