Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit 8feb7b9

Browse files
authored
Update Procfile
1 parent 71b5518 commit 8feb7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
web: bin/start-pgbouncer-stunnel gunicorn final.asgi:application -b 0.0.0.0:$PORT -w 4 -k uvicorn.workers.UvicornWorker --forwarded-allow-ips *
1+
web: bin/start-pgbouncer-stunnel daphne final.asgi:application --port $PORT --bind 0.0.0.0 -v2
22
worker: python manage.py runworker -v2
33
python manage.py collectstatic --noinput
44
manage.py migrate

0 commit comments

Comments
 (0)