mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
3 lines
164 B
Plaintext
3 lines
164 B
Plaintext
|
web: env/bin/gunicorn --chdir $APP_HOME/InvenTree -c InvenTree/gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:$PORT
|
||
|
worker: env/bin/python InvenTree/manage.py qcluster
|