|
|
|
|
|
by alexbecker
2465 days ago
|
|
I run a similar, maybe even more boring stack for my less-than-one-person company [PyDist](https://pydist.com): - PostgreSQL database - Nginx proxy in front of Django apps for UI and API servers (I use gunicorn instead of uWSGI though) - Cron jobs which invoke django-admin commands to keep the PyPI mirror in sync Perhaps the only place I'm any fancier than OP is that my deploy script is in Python, not shell, since any time I try to write a shell script with even slightly nontrivial logic it falls over and catches fire :) |
|
Here's a trimmed down version of my web configs: https://wakatime.com/blog/23-how-to-scale-ssl-with-haproxy-a...