diff options
author | rubenwardy <rw@rubenwardy.com> | 2019-11-21 22:27:21 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2019-11-21 22:27:38 +0000 |
commit | 77f8a79c51af6229c0a1807f168db07a8b67c2cc (patch) | |
tree | 68f305a4f19fc731a529dc5ac547a3a2eb421dee /utils/start.sh | |
parent | 33b2b38308c41fc9d182df241a317f700d861d9a (diff) | |
download | cheatdb-77f8a79c51af6229c0a1807f168db07a8b67c2cc.tar.xz |
Add useful scriptsv1.20.0
Diffstat (limited to 'utils/start.sh')
-rwxr-xr-x | utils/start.sh | 7 |
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 |