aboutsummaryrefslogtreecommitdiffstats
path: root/installation/src/main/yaml
diff options
context:
space:
mode:
authorRotundo, Alfred (ar3165) <ar3165@att.com>2018-11-20 19:31:46 +0000
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-09 15:34:18 -0400
commit67710454be20dbff2330dde919f837d850ed50ed (patch)
tree141d3dc44929f7b6d4d06e64b9f9f68b9f719693 /installation/src/main/yaml
parentf3c9e00fd74a3db4a5e4b9cfeaf6cc88bbe45e55 (diff)
Add new HTTPS listener on port 8443
Changes made: expose port 8443 from container added new listener to listen on that port added cert when starting up Change-Id: I5106192d55d51fd340f28b9eace0c5ea83afcd99 Issue-ID: SDNC-528 Signed-off-by: Rotundo, Alfred (ar3165) <ar3165@att.com> Former-commit-id: 77710f34952c5ac8d6f8250d90b03b43de1a4a5b
Diffstat (limited to 'installation/src/main/yaml')
-rw-r--r--installation/src/main/yaml/docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/installation/src/main/yaml/docker-compose.yml b/installation/src/main/yaml/docker-compose.yml
index 12ca37bb..4e0de9b9 100644
--- a/installation/src/main/yaml/docker-compose.yml
+++ b/installation/src/main/yaml/docker-compose.yml
@@ -81,6 +81,7 @@ services:
- "cd /opt/onap/sdnc/admportal/shell && ./start_portal.sh"
ports:
- "8843:8843"
+ - "8443:8443"
links:
- db:dbhost
- db:sdnctldb01
@@ -89,6 +90,7 @@ services:
environment:
- MYSQL_ROOT_PASSWORD=openECOMP1.0
- SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties
+ - CERT_PSWD=onap3.0
logging:
driver: "json-file"
options: