Skip to content

Commit

Permalink
Update Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoegl committed Dec 3, 2017
1 parent 4cbc611 commit b0227c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
web: gunicorn mygpo.wsgi:application -c gunicorn.conf.py
beat: python manage.py celery beat -S django --pidfile /var/run/mygpo/celerybeat.pid
web: gunicorn mygpo.wsgi:application -c conf/gunicorn.conf.py
beat: celery -A mygpo beat --pidfile /tmp/celerybeat.pid -S django
celery: celery -A mygpo worker --concurrency=3 -l info -Ofair

0 comments on commit b0227c0

Please sign in to comment.