Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/binakot/uwsgi-nginx-flask-alpine

Python + uWSGI + Nginx + Flask based on Alpine docker image
https://github.com/binakot/uwsgi-nginx-flask-alpine

docker flask nginx python supervisord uwsgi

Last synced: 8 days ago
JSON representation

Python + uWSGI + Nginx + Flask based on Alpine docker image

Awesome Lists containing this project

README

        

# Python uWSGI Nginx Flask Alpine Docker Image

https://hub.docker.com/r/tiangolo/uwsgi-nginx-flask deprecated Alpine-based image since Python3.8.
(https://github.com/tiangolo/uwsgi-nginx-flask-docker/pull/345)

But I need it ;)

---

```bash
$ docker build -t binakot/uwsgi-nginx-flask:python3.9-alpine .
$ docker run --rm --name python-app -p 80:80 binakot/uwsgi-nginx-flask:python3.9-alpine
$ curl localhost
```