aboutsummaryrefslogtreecommitdiff
path: root/utils/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/start.sh')
-rwxr-xr-xutils/start.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/start.sh b/utils/start.sh
new file mode 100755
index 0000000..0fa9e79
--- /dev/null
+++ b/utils/start.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+#
+# Call from a docker host to build and start CDB.
+#
+
+sudo docker-compose up --build -d --scale worker=2