A guide on how to deploy Django application with Coolify.
requirements.txt
and manage.py
files are located.
In the example repository, it is /coolify
.
gunicorn
to the requirements.txt
file, official docs.localhost
and your domain
to ALLOWED_HOSTS
in settings.py
file, official docs.
Localhost
is required for health checks to work properly.