painless-continuous-delivery
painless-continuous-delivery copied to clipboard
Evaluate uWSGI setup without webserver (Nginx)
A blog post of the Caktus group proposes using uWSGI without any additional webserver serving static content. This would:
- simplify the setup of the Docker Compose configuration, doing away with the
webserverservice and - the need to share volumes for the Unix socket and static files between the
webserverand theapplicationcontainer.
Caveats
This approach assumes that you serve static files via a CDN (or a similar service).
See Also
- Issue #5 (WhiteNoise)