aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-03-23 07:44:56 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-03-24 08:59:02 -0400
commite9f737a9b7287afd91e5b56580825fcccb8c8b9d (patch)
tree6b08dfaa67e31f7e28864bf7ca455f47484aae4e /docker-compose.yml
parent17722e785cdf499afefb47b1aeec088e1496ddd9 (diff)
changing to NEXUS_DOCKER_REPO via Marco. Tags
Change-Id: I8cdbf98141070f89dd3c668a1aa3317fc9df2683 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 67719d9d..8dd23257 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,17 +1,17 @@
version: '2'
services:
mariadb:
- image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-db
+ image: openecomp/policy/policy-db
container_name: mariadb
hostname: mariadb
ports:
- "3306:3306"
nexus:
- image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-nexus
+ image: openecomp/policy/policy-nexus
container_name: nexus
hostname: nexus
pap:
- image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-pe
+ image: openecomp/policy/policy-pe
container_name: pap
depends_on:
- mariadb
@@ -23,7 +23,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
pdp:
- image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-pe
+ image: openecomp/policy/policy-pe
container_name: pdp
depends_on:
- pap
@@ -34,7 +34,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
pypdp:
- image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-pe
+ image: openecomp/policy/policy-pe
container_name: pypdp
depends_on:
- pap
@@ -45,7 +45,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
brmsgw:
- image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-pe
+ image: openecomp/policy/policy-pe
container_name: brmsgw
depends_on:
- pap
@@ -54,7 +54,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
drools:
- image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-drools
+ image: openecomp/policy/policy-drools
container_name: drools
depends_on:
- mariadb