contentdb/utils/start.sh

10 lines
248 B
Bash
Raw Normal View History

2019-11-21 23:27:21 +01:00
#!/bin/bash
#
# Call from a docker host to build and start CDB.
2020-01-19 00:20:34 +01:00
# This is really only for production mode, for debugging it's better to use
# docker-compose directly: docker-compose up --build
2019-11-21 23:27:21 +01:00
#
2021-02-23 00:45:20 +01:00
docker-compose up --build -d --scale worker=2