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: 8 days 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 (20 days ago)
- Default Branch: main
- Last Pushed: 2024-10-18T11:55:47.000Z (19 days ago)
- Last Synced: 2024-10-19T18:40:35.704Z (17 days ago)
- Topics: docker, flask, nginx, python, supervisord, uwsgi
- Language: Shell
- Homepage: https://hub.docker.com/repository/docker/binakot/uwsgi-nginx-flask
- Size: 9.77 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
```