Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Python + uWSGI + Nginx + Flask based on Alpine docker image
- Host: GitHub
- URL: https://github.com/binakot/uwsgi-nginx-flask-alpine
- Owner: binakot
- License: mit
- Created: 2024-10-17T07:55:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T05:39:22.000Z (3 months ago)
- Last Synced: 2024-10-28T21:19:02.212Z (3 months ago)
- Topics: docker, flask, nginx, python, supervisord, uwsgi
- Language: Shell
- Homepage: https://hub.docker.com/repository/docker/binakot/uwsgi-nginx-flask
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```