repo.or.cz
/
mygpo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump redis from 3.5.3 to 4.0.2
[mygpo.git]
/
Procfile
blob
4dd80190581b4bf80427cdae7313d76ce79d63b3
1
web: gunicorn mygpo.wsgi:application -c conf/gunicorn.conf.py
2
beat: celery -A mygpo beat --pidfile /tmp/celerybeat.pid -S django
3
celery: celery -A mygpo worker --concurrency=3 -l info -Ofair