uwsgi-nginx-flask-docker icon indicating copy to clipboard operation
uwsgi-nginx-flask-docker copied to clipboard

Docker image with uWSGI and Nginx for Flask applications in Python running in a single container.

Results 50 uwsgi-nginx-flask-docker issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. Changelog Sourced from black's changelog. 20.8b1 Packaging explicitly depend on Click 7.1.2 or newer as Black no longer works with...

dependencies
python

Bumps [tiangolo/issue-manager](https://github.com/tiangolo/issue-manager) from 0.2.0 to 0.4.0. Release notes Sourced from tiangolo/issue-manager's releases. 0.4.0 ✨ Add support for managing PRs and remove support for HTML comments to avoid rate limits. PR...

dependencies
github_actions

The relevant codes are as follows https://github.com/jackadam1981/test_flask_admin.git If flash-adimn is used, the user-defined URL address is url = '/', It works well under windows and Linux. The static file of...

I am working on Nginx, Flask_SocketIO, and uWSGI+Gevent. Whenever I run my code in the docker container I always ended up with a 502 Bad Gateway error. But the flask...

investigate

Hey, If you accept [this PR](https://github.com/tiangolo/uwsgi-nginx-docker/pull/109) enabling ARM64 support, this PR is a neat addition for allowing to run a flask image on a RaspberryPi. Best, Davide

Im getting the following error when using gspread on docker. This error does not happen when using all the same python extension versions locally on my mac in vscode but...

Hello, after building an image yesterday based on: `FROM tiangolo/uwsgi-nginx-flask:python3.8` or `FROM tiangolo/uwsgi-nginx-flask:python3.7` I got this error when conecting to any HTTPS server: `ERROR: Unable to download webpage: (caused by...

Hi! Sorry, maybe it is not the correct place to ask. I went through awesome #tiangolo repos and dockerswarm.rocks as well. But I got confused about what technologies I need...

I have set `ENV NGINX_MAX_UPLOAD 8m` in my Dockerfile but it seems not working because I am not able to upload more than 1MB content. NGINX rejects request saying -...

The command '/bin/sh -c pip install flask' returned a non-zero code: 1 Hello so I got this error when trying to exec the comand "docker build" because the image is...