summaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/install
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-09-08 17:45:40 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-09-10 11:15:09 +0530
commitbecfa217fe08c8c219d9e091dee48611d47d3ee0 (patch)
treef5cdbf51223662b847cc13720a83ac53fc1fcc23 /vnfmarket-be/deployment/install
parent3f3709eacdcc5a64931e8050290643e064fab752 (diff)
VTP: Enable VTP in docker as a service
Issue-ID: VNFSDK-304 Change-Id: If57a8bd5917383ec6e7a65346be01165e603a1a7 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'vnfmarket-be/deployment/install')
-rw-r--r--vnfmarket-be/deployment/install/docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnfmarket-be/deployment/install/docker-compose.yml b/vnfmarket-be/deployment/install/docker-compose.yml
index b9c55427..8d39b76d 100644
--- a/vnfmarket-be/deployment/install/docker-compose.yml
+++ b/vnfmarket-be/deployment/install/docker-compose.yml
@@ -24,6 +24,7 @@ services:
ports:
- "8702-8703:8702-8703"
- "8000:8000"
+ - "50051:50051"
environment:
POSTGRES_SERVICE_HOST: postgres
JPDA_ADDRESS: 8000