mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated docker_init.sh
This commit is contained in:
@@ -7,7 +7,7 @@ case $1 in
|
||||
python $WORK_DIR/crawlab/flower.py >> /opt/crawlab/flower.log 2>&1 &
|
||||
python $WORK_DIR/crawlab/worker.py >> /opt/crawlab/worker.log 2>&1 &
|
||||
cd $WORK_DIR/crawlab \
|
||||
&& gunicorn --log-level=DEBUG -b 0.0.0.0 -w 8 $WORK_DIR/crawlab/app:app
|
||||
&& gunicorn --log-level=DEBUG -b 0.0.0.0 -w 8 app:app
|
||||
;;
|
||||
worker)
|
||||
python $WORK_DIR/crawlab/app.py >> /opt/crawlab/app.log 2>&1 &
|
||||
|
||||
Reference in New Issue
Block a user