File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ touch /app/logs/access.log
9
9
tail -n 0 -f /app/logs/* .log &
10
10
11
11
rm -rf celerybeat.pid
12
- celery worker --app= debunkbot.celeryapp:app -l info --hostname=$DOKKU_APP_NAME & > /app/logs/celery.log &
13
- celery beat --app= debunkbot.celeryapp:app -l info & > /app/logs/celery.log &
14
- celery flower --app= debunkbot.celeryapp:app --auth=$DEBUNKBOT_OAUTH_EMAILS --broker= $DEBUNKBOT_BROKER_URL -l info & > /app/logs/celery.log &
12
+ celery --app debunkbot.celeryapp:app worker -l info --hostname=$DOKKU_APP_NAME & > /app/logs/celery.log &
13
+ celery --app debunkbot.celeryapp:app beat -l info & > /app/logs/celery.log &
14
+ celery --broker= $DEBUNKBOT_BROKER_URL --app debunkbot.celeryapp:app flower --auth=$DEBUNKBOT_OAUTH_EMAILS -l info & > /app/logs/celery.log &
15
15
16
16
# Start Gunicorn processes
17
17
echo Starting Gunicorn.
You can’t perform that action at this time.
0 commit comments