Skip to content

Commit 4a977fd

Browse files
authored
Create Procfile
1 parent 2699020 commit 4a977fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Procfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
web: gunicorn --bind 0.0.0.0:$PORT app:app --workers 3 --timeout 120
2+
worker: celery -A app.celery worker --loglevel=info

0 commit comments

Comments
 (0)