Add docker-compose files and requirements 43/31943/2
authorKumar Rishabh <shailrishabh@gmail.com>
Mon, 27 Mar 2017 19:44:31 +0000 (01:14 +0530)
committerKumar Rishabh <shailrishabh@gmail.com>
Mon, 27 Mar 2017 19:56:20 +0000 (01:26 +0530)
commitb3e815f76055b4a5743cbcecf79bf2a266a2aa9b
tree7d343531252e3eb60dc4d36bd51590f0ee19f59f
parent2bfc153956db44a47d4c58fa4bc4afc1c3b8a701
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 <shailrishabh@gmail.com>
15 files changed:
utils/test/vnfcatalogue/VNF_Catalogue/.dockerignore [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/Dockerfile [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/README.md
utils/test/vnfcatalogue/VNF_Catalogue/database.js
utils/test/vnfcatalogue/VNF_Catalogue/docker-compose.yml [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/docker_commands.sh [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/migration/3rd_party/wait-for-it/LICENSE [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/migration/3rd_party/wait-for-it/README.md [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/migration/3rd_party/wait-for-it/wait-for-it.sh [new file with mode: 0755]
utils/test/vnfcatalogue/VNF_Catalogue/migration/Dockerfile [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/migration/migrate.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/migration/schema.js [new file with mode: 0644]
utils/test/vnfcatalogue/VNF_Catalogue/package.json
utils/test/vnfcatalogue/helpers/migrate.js