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

Bumps [flask](https://github.com/pallets/flask) from 2.0.1 to 2.2.2. Release notes Sourced from flask's releases. 2.2.2 This is a fix release for the 2.2.0 feature release. Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-1 Milestone: https://github.com/pallets/flask/milestone/25?closed=1 2.2.1 This is...

dependencies
python

Hi Team, Am getting around 2 Critical and more than 32 high vulnerability issues in the base image : tiangolo/uwsgi-nginx-flask:python3.8 Attached screen shots for your reference.

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4.2.0. Release notes Sourced from actions/setup-python's releases. Add check-latest input and bug fixes In scope of this release we add the check-latest input. If check-latest ...

dependencies
github_actions

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Commits 1f08cf4 Update version to 0.971 61c0064 Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176) d8d900c...

dependencies
python

By default the /etc/nginx/conf.d/nginx.conf is created for you.... and it looks something like this: server { listen 80; location / { try_files $uri @app; } location @app { include uwsgi_params;...

Hello, Ive used this image in the past, and decided to re-visit it for a new task. I am attempting to create an interface where images are uploaded via a...

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...

dependencies
github_actions

Hello @tiangolo , Great work with this docker image, it's been a great help in getting part of my PhD up and running. Right now, I'm trying to create a...

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. 7.0.1 pytest 7.0.1 (2022-02-11) Bug Fixes #9608: Fix invalid importing of importlib.readers in Python...

dependencies
python

Are there any intentions to support arm64/aarch64 Architectures, if not what are possible alternatives