blob: aae77f7178211f90ad5d7e6d451b0da4d5bc4a2b [file] [log] [blame]
LiamBurke3608af72019-03-12 22:50:33 +00001version: '2.1'
2services:
3 dfc:
4 container_name: dfc
5 image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:latest
6 ports:
7 - "8433:8433"
8 environment:
9 CONSUL_HOST: CONSUL_IP
10 CONSUL_PORT: 8500
11 extra_hosts:
12 - "dmaap-dr-node:DR_NODE_IP"