diff options
author | Murali-P <murali.p@huawei.com> | 2018-04-05 12:00:36 +0530 |
---|---|---|
committer | Murali-P <murali.p@huawei.com> | 2018-04-11 10:55:26 +0530 |
commit | 1ddaa3fe71ca2528c53628670d7d7e1e86e1ed30 (patch) | |
tree | 8a9647541933a3b5e42e0cf5c9f5548e671e944c /vnfmarket-be/deployment/install/docker-compose.yml | |
parent | d8451b7df78a04a406d24d4dd1078181cd124855 (diff) |
Enable debug for refrepo docker
enable debugging
Change-Id: If8ff13565ccbe87a6e248fdaf0553b7505ac68b8
Issue-ID: VNFSDK-234
Signed-off-by: Murali-P <murali.p@huawei.com>
Diffstat (limited to 'vnfmarket-be/deployment/install/docker-compose.yml')
-rw-r--r-- | vnfmarket-be/deployment/install/docker-compose.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vnfmarket-be/deployment/install/docker-compose.yml b/vnfmarket-be/deployment/install/docker-compose.yml index e4d9c5d5..75f31c20 100644 --- a/vnfmarket-be/deployment/install/docker-compose.yml +++ b/vnfmarket-be/deployment/install/docker-compose.yml @@ -21,8 +21,11 @@ services: image: "${NEXUS_REPO}/onap/refrepo:${REFREPO_TAG}" ports: - "8702-8703:8702-8703" + - "8000:8000" environment: POSTGRES_IP: postgres + JPDA_ADDRESS: 8000 + JPDA_TRANSPORT: dt_socket volumes: - /data/csars:/service/webapps/ROOT/WEB-INF/tomcat/webapps/ROOT/CSAR links: |