mirror of
https://github.com/kennethreitz-archive/listserved-service.git
synced 2026-06-05 07:16:13 +00:00
3 lines
128 B
Plaintext
3 lines
128 B
Plaintext
web: gunicorn fedex:app -k gevent -b 0.0.0.0:$PORT
|
|
inbox: python manage.py inbox 0.0.0.0 $PORT
|
|
celeryd: python manage.py celeryd |