aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-20 10:37:15 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-20 14:56:57 -0500
commit95ed460ebc52baeaf51677b4f210b69ef84e3ff4 (patch)
treeb860b6d51d40a51484d371889ad1d5ccdea769fd /docker-compose.yml
parent5f42f21a6cf11d9ac1e912a213df2d62527d1e35 (diff)
no hardcode nexus
Change-Id: I72f0c02e7d3b8a72502efa5e383b8e44c28d516b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml28
1 files changed, 7 insertions, 21 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index f4e73213..8dd23257 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,23 +1,17 @@
version: '2'
services:
mariadb:
- image: ecomp-nexus:51220/policy/policy-db
-# build:
-# context: ./policy-db
+ image: openecomp/policy/policy-db
container_name: mariadb
hostname: mariadb
ports:
- "3306:3306"
nexus:
- image: ecomp-nexus:51220/policy/policy-nexus
-# build:
-# context: ./policy-nexus
+ image: openecomp/policy/policy-nexus
container_name: nexus
hostname: nexus
pap:
- image: ecomp-nexus:51220/policy/policy-pe
-# build:
-# context: ./policy-pe
+ image: openecomp/policy/policy-pe
container_name: pap
depends_on:
- mariadb
@@ -29,9 +23,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
pdp:
- image: ecomp-nexus:51220/policy/policy-pe
-# build:
-# context: ./policy-pe
+ image: openecomp/policy/policy-pe
container_name: pdp
depends_on:
- pap
@@ -42,9 +34,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
pypdp:
- image: ecomp-nexus:51220/policy/policy-pe
-# build:
-# context: ./policy-pe
+ image: openecomp/policy/policy-pe
container_name: pypdp
depends_on:
- pap
@@ -55,9 +45,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
brmsgw:
- image: ecomp-nexus:51220/policy/policy-pe
-# build:
-# context: ./policy-pe
+ image: openecomp/policy/policy-pe
container_name: brmsgw
depends_on:
- pap
@@ -66,9 +54,7 @@ services:
volumes:
- ./config/pe:/tmp/policy-install/config
drools:
- image: ecomp-nexus:51220/policy/policy-drools
-# build:
-# context: ./policy-drools
+ image: openecomp/policy/policy-drools
container_name: drools
depends_on:
- mariadb