Skip to main content

Questions tagged [flask]

Use this tag if a question is about flask

0 votes
1 answer
43 views

I have an azure webapp based on a docker image that implements an image processing API and is expensive to leave active 24/7. I'm wondering if there's an easy-to-manage way to auto-scale from 0 to 1 ...
Robert Sim's user avatar
0 votes
1 answer
501 views

Here is a summary of what I'm trying to do: I can get my flask app to respond without HTTPS/SSL. But am receiving a '503 Service Unavailable' when I am trying to use SSL. My understanding is since ...
echan00's user avatar
  • 101
0 votes
1 answer
171 views

The sample from Docker, a "hello world" with redis and flask, seems to build fine, but, as an exercise can it be broken into two components? The redis service uses a public Redis image ...
Nicholas Saunders's user avatar
0 votes
3 answers
248 views

Hi i’m trying to communicate with mongodb in the host from a flask container… So using “docker.host.internal” on the URI didn’t work (host machine is Ubuntu) Any suggestions ?? To solve this
user23619's user avatar
2 votes
1 answer
626 views

I want to deploy a web app as a docker container. Currently I need to set up nginx, gunicorn and flask to realize this. There are many guides around to do it in docker but always divide it in two ...
tbzk's user avatar
  • 23
6 votes
1 answer
915 views

I want to deploy a Flask API on AWS using Docker. A common way seems to be using a combination of Nginx + app server (e.g Gunicorn) + Flask app. The reason to use app server seems obvious to me. ...
Domen P's user avatar
  • 61
0 votes
1 answer
471 views

I am facing a strange problem with logging when I set up a network of three docker containers each running a small flask app. My python application looks as follows: from flask import Flask, request ...
user2683038's user avatar
-2 votes
1 answer
66 views

What I mean, is that I can simply run a command or download a .zip file that results in having a Dockerfile with the whole development environment baked in and includes not just Flask and MySQL set up,...
paizhaulski's user avatar
2 votes
0 answers
315 views

I wanted to ask what the preferred tool, method or framework is when using feature flags with Flask applications. The main problem is that the most relevant result has not seen an update since 3 years,...
Moritz's user avatar
  • 1,227
2 votes
0 answers
49 views

I have a system with 5 source data stores (mostly PostgreSQL databases) from which, I want to connect them all to containers running on OpenShift: A library of react applications who's components make ...
Bendy's user avatar
  • 121