Created
March 3, 2016 13:13
-
-
Save petrjasek/0ce97cf1c686b9aa1a5f to your computer and use it in GitHub Desktop.
simple procfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rest: gunicorn -c gunicorn_config.py wsgi | |
wamp: python3 -u ws.py | |
work: celery -A worker worker | |
beat: celery -A worker beat --pid= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment