diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-29 14:08:46 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-30 15:47:18 +0000 |
commit | 27525d8cce704f03b28eb8833ac1533126ece7da (patch) | |
tree | 6323215e700499f85dabdfbb0ff2fac15ed2c56b /docker-compose | |
parent | 381bae7d21fd176d8eb0fd52046fb3bfecc4f837 (diff) |
Allow cdt port to be set
Allow the cdt port to be set by the CDT_PORT variable.
Defaults to the default oom port.
Change-Id: Ib916b0ab2d9267aa01c31372a57738a8c2d6bae6
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-924
Diffstat (limited to 'docker-compose')
-rw-r--r-- | docker-compose/docker-compose.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index bfe9b47..cf38fd8 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -101,15 +101,14 @@ services: - db container_name: appc_cdt_container entrypoint: - - "/bin/bash" - - "-c" - - "cd /usr/local/apache2/ && /usr/local/apache2/bin/httpd -D FOREGROUND && wait" + - "/opt/startCdt.sh" ports: - "8080:80" links: - appc:sdnhost environment: - MYSQL_ROOT_PASSWORD=openECOMP1.0 + - CDT_PORT=9090 logging: driver: "json-file" options: |