Django App Channels n Redis Deployment Procfile setup

mr-dustin
HOBBY

12 days 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

0 Replies

mr-dustin
HOBBY

12 days ago

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


mr-dustin
HOBBY

12 days ago

This is my redis config

1384537865744027738