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 --- docker/config.env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/config.env.sample') diff --git a/docker/config.env.sample b/docker/config.env.sample index 96d3630..003d92f 100644 --- a/docker/config.env.sample +++ b/docker/config.env.sample @@ -1,3 +1,3 @@ mongodb_url=mongodb://mongodb:27017/ base_url=http://ovp.localhost -testapi_url=testapi:8010 +testapi_url=cvpapi:8010 -- cgit 1.2.3-korg