Merge "Drools-apps CSIT randomly fails deploying policies"
[integration/csit.git] / plans / usecases / 5G-bulkpm / composefile / docker-compose-pmmapper.yml
1 version: '2.1'
2 services:
3   pmmapper:
4     container_name: pmmapper
5     image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:latest
6     ports:
7       - "8081:8081"
8     environment:
9       CONFIG_BINDING_SERVICE_SERVICE_HOST: CBSIP
10       CONFIG_BINDING_SERVICE_SERVICE_PORT: 10000
11       HOSTNAME: pmmapper
12     extra_hosts:
13       - "dmaap-dr-node:1.1.1.1"
14       - "message-router:4.4.4.4"