This project demonstrates how to reproduce bug when running ASGI Django on Nginx Unit
- Docker installed on your machine
To run all servers (granian, daphne, uvicorn, unit):
docker compose up
If you want to only run one of the servers:
docker compose up <service_name>
Execute the test.sh
script:
./test.sh