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 --- .../vnfcatalogue/VNF_Catalogue/migration/package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json (limited to 'utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json') diff --git a/utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json b/utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json new file mode 100644 index 000000000..65ff32483 --- /dev/null +++ b/utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json @@ -0,0 +1,15 @@ +{ + "name": "VNF_Catalogue_migration", + "version": "0.0.1", + "private": true, + "scripts": { + "start": "node ./bin/www" + }, + "dependencies": { + "bookshelf": "*", + "knex": "*", + "lodash": "*", + "mysql": "^2.13.0", + "when": "*" + } +} -- cgit 1.2.3-korg