Django App with Channels Deployment Procfile setup
mr-dustin
HOBBYOP

a year 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

Welcome!

Sign in to your Railway account to join the conversation.

Loading...