summaryrefslogtreecommitdiffstats
path: root/vnfcatalogue/VNF_Catalogue/docker_commands.sh
diff options
context:
space:
mode:
authorKumar Rishabh <shailrishabh@gmail.com>2017-03-28 01:14:31 +0530
committerKumar Rishabh <shailrishabh@gmail.com>2017-03-28 01:26:20 +0530
commit2aed8a338ba8484fa96d783e04e0874512c12e85 (patch)
tree9e8f3ac87b179bf94c34f81ee6507f251d71e3c1 /vnfcatalogue/VNF_Catalogue/docker_commands.sh
parent3bda241da0264a6a46cbda51f61931dd4299db20 (diff)
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>
Diffstat (limited to 'vnfcatalogue/VNF_Catalogue/docker_commands.sh')
-rw-r--r--vnfcatalogue/VNF_Catalogue/docker_commands.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/vnfcatalogue/VNF_Catalogue/docker_commands.sh b/vnfcatalogue/VNF_Catalogue/docker_commands.sh
new file mode 100644
index 0000000..3be98ce
--- /dev/null
+++ b/vnfcatalogue/VNF_Catalogue/docker_commands.sh
@@ -0,0 +1,2 @@
+sh ./3rd_party/wait-for-it/wait-for-it.sh mysql:3306 -t 0
+node migrate