From b3e815f76055b4a5743cbcecf79bf2a266a2aa9b Mon Sep 17 00:00:00 2001 From: Kumar Rishabh Date: Tue, 28 Mar 2017 01:14:31 +0530 Subject: Add docker-compose files and requirements This adds docker-compose file to define a multi-container vnf_catalogue service alongwith helper service to migrate the schema. Requires docker-compose installation To run :: docker-compose up The webapp by default would be accessible at ip_address:3000 Change-Id: I32daf7f76fb1d82116545187395cd96535c94541 Signed-off-by: Kumar Rishabh --- utils/test/vnfcatalogue/VNF_Catalogue/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'utils/test/vnfcatalogue/VNF_Catalogue/package.json') diff --git a/utils/test/vnfcatalogue/VNF_Catalogue/package.json b/utils/test/vnfcatalogue/VNF_Catalogue/package.json index 414b42425..b7a6c2385 100644 --- a/utils/test/vnfcatalogue/VNF_Catalogue/package.json +++ b/utils/test/vnfcatalogue/VNF_Catalogue/package.json @@ -18,6 +18,10 @@ "nodemon": "*", "async": "*", "multer": "*", - "octonode": "*" + "octonode": "*", + "bookshelf": "*", + "knex": "*", + "when": "*", + "lodash": "*" } } -- cgit 1.2.3-korg