aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-23 10:37:49 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-23 11:18:20 -0500
commit6f91e0ba8db761cc8ae95c8284091d4fef5e2b48 (patch)
tree57683f66b26beaeda94274dddab68a36c71af744 /docker-compose.yml
parente638c62f002a339536a6a76515ed8a238b135d90 (diff)
cleaning up - better verify/merge
Change-Id: Ief6428eefa6faed69236c9c481e500a0e7948e0b 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 791f0589..67719d9d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,17 +1,17 @@
version: '2'
services:
mariadb:
- image: nexus3.openecomp.org:10001/openecomp/policy/policy-db
+ image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-db
container_name: mariadb
hostname: mariadb
ports:
- "3306:3306"
nexus:
- image: nexus3.openecomp.org:10001/openecomp/policy/policy-nexus
+ image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-nexus
container_name: nexus
hostname: nexus
pap:
- image: nexus3.openecomp.org:10001/openecomp/policy/policy-pe
+ image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-pe
container_name: pap
depends_on:
- mariadb
@@ -23,7 +23,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
pdp:
- image: nexus3.openecomp.org:10001/openecomp/policy/policy-pe
+ image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-pe
container_name: pdp
depends_on:
- pap
@@ -34,7 +34,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
pypdp:
- image: nexus3.openecomp.org:10001/openecomp/policy/policy-pe
+ image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-pe
container_name: pypdp
depends_on:
- pap
@@ -45,7 +45,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
brmsgw:
- image: nexus3.openecomp.org:10001/openecomp/policy/policy-pe
+ image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-pe
container_name: brmsgw
depends_on:
- pap
@@ -54,7 +54,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
drools:
- image: nexus3.openecomp.org:10001/openecomp/policy/policy-drools
+ image: ${DOCKER_REPOSITORY}/openecomp/policy/policy-drools
container_name: drools
depends_on:
- mariadb