Schulzjo
Schulzjo
also mentioned: https://github.com/Bogdanp/django_dramatiq/issues/76 ?
I think there are some issues with asgi. Got this running with runserver or runserver_plus Change docker start script from using uvicorn to `python manage.py runserver_plus 0.0.0.0:8000` Any suggestions? How...
I would suggest adding something like `RUN find /usr/local/bin/maintenance/ -type f -exec sed -i 's/\r$//g' {}` in the postgres dockerfile to clean up file endings in all maintenance scripts like...