Config docker compose 87/38487/1
authorAvinash S <avinash.s@huawei.com>
Mon, 26 Mar 2018 10:13:46 +0000 (10:13 +0000)
committerAvinash S <avinash.s@huawei.com>
Mon, 26 Mar 2018 10:13:46 +0000 (10:13 +0000)
expose https port

Issue-ID: VNFSDK-166

Change-Id: I228c40b4132eae02187be40ad636f3de1931bc00
Signed-off-by: Avinash S <avinash.s@huawei.com>
vnfmarket-be/deployment/docker/docker-refrepo/src/main/docker/nginx.conf
vnfmarket-be/deployment/install/docker-compose.yml

index 56cc65f..7f223de 100644 (file)
@@ -21,7 +21,7 @@ http {
         #Comment or disable the access_log once tested to avoid runtime logs
 #        access_log            /var/log/nginx/access.log format gzip;
         access_log            off;
-        error_log            /var/log/nginx/error.log format gzip;
+        error_log            /var/log/nginx/error.log;
 
        server {
                listen *:8703 ssl;
index c692d6a..1687f64 100644 (file)
@@ -20,7 +20,7 @@ services:
         restart: "always"
         image: "${NEXUS_REPO}/onap/refrepo:${REFREPO_TAG}"
         ports:
-            - "8702:8702"
+            - "8702-8703:8702-8703"
         environment:
             POSTGRES_IP: postgres
         links: