Don't demonize celery worker, send to the background instead.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
nginx
|
||||
|
||||
# Launch the workers
|
||||
mayan-edms.py celery worker --settings=mayan.settings.production -Ofair -l ERROR -B -D
|
||||
mayan-edms.py celery worker --settings=mayan.settings.production -Ofair -l ERROR -B &
|
||||
|
||||
# Launch uWSGI in foreground
|
||||
/usr/local/bin/uwsgi --ini /docker/conf/uwsgi/uwsgi.ini
|
||||
|
||||
Reference in New Issue
Block a user