Django App Channels n Redis Deployment Procfile setup
mr-dustin
HOBBYOP

9 months ago

I have recently made a new django app called notifications that uses asgi config
I have already made the websocket, live notifications work in my local server using docker desktop
but I am having trouble making it work in deployment dev branch currently this is my Procfile

web: python manage.py migrate && daphne InsightPOS.asgi:application --port $PORT --bind 0.0.0.0 -v2

2 Replies

mr-dustin
HOBBYOP

9 months ago

0f7dd2c6-0f1b-458f-bd34-bc1a2e20fce3


mr-dustin
HOBBYOP

9 months ago

This is my redis config

1384537865744027738


Loading...