From 83c44e0acaed30f2388a69fd13ec806c38edfd73 Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Wed, 28 Nov 2018 10:43:33 +0200 Subject: Improve Docker deployment 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 --- etc/config.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/config.ini b/etc/config.ini index 2cf08cc..13e6de5 100644 --- a/etc/config.ini +++ b/etc/config.ini @@ -9,7 +9,7 @@ dbname = test_results_collection [api] # Listening port url = http://localhost:8000/api/v1 -port = 8011 +port = 8010 log_file = /home/testapi/logs/api/api.log # Number of results for one page (integer value) @@ -24,6 +24,7 @@ base_url = http://localhost:8000 [ui] url = http://localhost:8000 +static_path = /usr/local/share/opnfv_testapi [osid] -- cgit 1.2.3-korg