aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-05-18 12:30:07 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-05-18 12:30:15 -0400
commitbc5eeb1d2922af886de850e75b3bc315c89f515f (patch)
tree812742a6648c47cb2acc06eb4f96c2bbdfc2f63e
parent31259b8d353c0d6cd42be6b4e0b81df0bfaf7d02 (diff)
[POLICY-14] fix 1.0.0 docker-compose to use onaprelease-1.0.0
Change-Id: I3621ef69161ed0af20892697e9dfcabbe68b34e6 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--docker-compose.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 8dd23257..3e319c39 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,17 +1,17 @@
version: '2'
services:
mariadb:
- image: openecomp/policy/policy-db
+ image: onap/policy/policy-db
container_name: mariadb
hostname: mariadb
ports:
- "3306:3306"
nexus:
- image: openecomp/policy/policy-nexus
+ image: onap/policy/policy-nexus
container_name: nexus
hostname: nexus
pap:
- image: openecomp/policy/policy-pe
+ image: onap/policy/policy-pe
container_name: pap
depends_on:
- mariadb
@@ -23,18 +23,18 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
pdp:
- image: openecomp/policy/policy-pe
+ image: onap/policy/policy-pe
container_name: pdp
depends_on:
- pap
hostname: pdp
ports:
- - "10.0.6.1:8081:8081"
+ - "8081:8081"
command: pdp
volumes:
- ./config/pe:/tmp/policy-install/config
pypdp:
- image: openecomp/policy/policy-pe
+ image: onap/policy/policy-pe
container_name: pypdp
depends_on:
- pap
@@ -45,7 +45,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
brmsgw:
- image: openecomp/policy/policy-pe
+ image: onap/policy/policy-pe
container_name: brmsgw
depends_on:
- pap
@@ -54,7 +54,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
drools:
- image: openecomp/policy/policy-drools
+ image: onap/policy/policy-drools
container_name: drools
depends_on:
- mariadb