aboutsummaryrefslogtreecommitdiffstats
path: root/docker/docker-compose.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-10-19Updated docker compose versionKanagaraj Manickam1-1/+1
Issue-ID: DOVETAIL-801 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Change-Id: Ie9509bb68717b4c78813d741f7b26eb6466ba5cc
2020-09-07Update ports in docker composeKanagaraj Manickam1-3/+3
Issue-ID: DOVETAIL-801 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Change-Id: I6d732440974a1659f0516a8ad205d895cb00abe4
2019-04-29Add License for Dovetail webportalxudan1-0/+9
Add license for all files in this repo except following: 1. all .png, .gif and .json files 2. all empty __init__.py files 3. MANIFEST.in 4. .htmllintrc 5. node-requirements.txt 6. update/README.md 7. opnfv_testapi/ui/auth/rsa.pem 8. opnfv_testapi/tornado_swagger/README.md 9. 3rd_party/static/testapi_ui/favicon.ico 10. 3rd_party/static/onap_ui/favicon.ico Change-Id: I6329d09b67cdafaa545cea7894e5edf3466d0009 Signed-off-by: xudan <xudan16@huawei.com>
2019-03-08Prepare Web Portal for ONAP integrationStamatis Katsaounis1-16/+31
This patch applies all the required changes in order to support a second web portal container with the onap web portal content. Change-Id: I2f59776313bf2067dbdfb04445620b5241716ebb Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-11-28Improve Docker deploymentStamatis Katsaounis1-13/+1
JIRA: DOVETAIL-755 This patch improves Docker deployment. It removes the extra unwanted container. In addition, it removes unused files. Finally, it fixes the issue of python install where the static files of swagger where not installed inside the api container. Change-Id: Id74c88ab77182ed233f0eedad39ff8da245bb3dd Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-10-18Make uploaded company logos persistentovp-2.0.0Stamatis Katsaounis1-0/+2
JIRA: DOVETAIL-741 This patch make uploaded company logos from administrator persistent by saving them to a permanent docker volume, mounted to a specific path inside api container. Change-Id: I0b0ef66cc2b3761863a2f58da0196d302d4b5ade Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-08-27Respect Upload file size limit on local docker deploymentStamatis Katsaounis1-0/+1
JIRA: DOVETAIL-731 This patch fix the upload file size to be respected on local docker deployments. Change-Id: I484af5717de4107dd467e98591f7f5c569d163bf Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-07-10Update the dockerfile for 2 docker imagesxudan1-2/+2
1. Update the Dockerfile for 2 docker images 2. Update the docker-compose.yml with the new docker repo JIRA: DOVETAIL-671 Change-Id: Idd0d676568a3aa2a63a1429288f984618281e13a Signed-off-by: xudan <xudan16@huawei.com>
2018-07-06Move all web portal code to the new repo dovetail-webportalxudan1-0/+58
This is only the first step to simply copy the file here. There still need some more work to make sure all work well. All the changes will be submitted with other patches to make it easily to review. JIRA: DOVETAIL-671 Change-Id: I64d32a9df562184166b6199e2719f298687d1a0a Signed-off-by: xudan <xudan16@huawei.com>