Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How do people deploy this framework typically - speaking for myself, I found NGINX Unit somewhat fiddly.


I tend to deploy all Python based apps using gunicorn behind a caddy proxy. Take a look at the compose.yml https://github.com/confuzeus/simple-django/blob/master/ansib...

Deployment is as simple as `docker compose pull && docker compose up -d`.


uvicorn systemd service behind nginx reverse proxy


Or just docker/uvicorn


With uvicorn.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: