diff options
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 28 |
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 |