version: '2.1' services: datarouter-prov: image: nexus3.onap.org:10001/onap/dmaap/datarouter-prov:2.1.0 container_name: datarouter-prov hostname: dmaap-dr-prov ports: - "443:8443" - "8443:8443" - "8080:8080" volumes: - ../prov_data/provserver.properties:/opt/app/datartr/etc/provserver.properties - ../prov_data/addSubscriber.txt:/opt/app/datartr/addSubscriber.txt - ../prov_data/addFeed3.txt:/opt/app/datartr/addFeed3.txt depends_on: mariadb_container: condition: service_healthy healthcheck: test: ["CMD", "curl", "-f", "http://dmaap-dr-prov:8080/internal/prov"] interval: 10s timeout: 10s retries: 5 extra_hosts: - "dmaap-dr-node:1.1.1.1" - "dcae-pm-mapper:3.3.3.3" datarouter-node: image: nexus3.onap.org:10001/onap/dmaap/datarouter-node:2.1.0 container_name: datarouter-node hostname: dmaap-dr-node ports: - "9443:8443" - "9090:8080" volumes: - ../node_data/node.properties:/opt/app/datartr/etc/node.properties depends_on: datarouter-prov: condition: service_healthy extra_hosts: - "dmaap-dr-prov:2.2.2.2" - "dcae-pm-mapper:3.3.3.3" datarouter-subscriber: image: nexus3.onap.org:10001/onap/dmaap/datarouter-subscriber:2.1.0 container_name: fileconsumer-node hostname: subscriber.com ports: - "7070:7070" volumes: - ../subscriber_data/subscriber.properties:/opt/app/subscriber/etc/subscriber.properties mariadb_container: image: mariadb:10.2.14 container_name: mariadb ports: - "3306:3306" environment: MYSQL_ROOT_PASSWORD: datarouter MYSQL_DATABASE: datarouter MYSQL_USER: datarouter MYSQL_PASSWORD: datarouter healthcheck: test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost", "--silent"] interval: 10s timeout: 30s retries: 5 sftp: container_name: sftp image: atmoz/sftp ports: - "2222:22" volumes: - /host/upload:/home/admin command: admin:admin:1001 ves: container_name: vescollector image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.4.4 environment: DMAAPHOST: dfc: container_name: dfc image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.1.2 ports: - "8433:8433" extra_hosts: - "dmaap-dr-node:DR_NODE_IP" consul: container_name: consul image: nexus3.onap.org:10001/consul:1.4.4 cbs: container_name: cbs image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.configbinding.app-app:2.3.0 environment: CONSUL_HOST: