Requirements
- Set the base directory where your
requirements.txtandmanage.pyfiles are located.
In the example repository, it is /coolify.
- Add
gunicornto therequirements.txtfile, official docs. - Add
localhostand yourdomaintoALLOWED_HOSTSinsettings.pyfile, official docs.
Localhost is required for health checks to work properly.