container, Do I need to use apache inside the container?
Or it should be done outside the container?
personally i would put everything inside the container that is needed for that flask app to run
If we have 10 projects, would you prefer to have 10 apaches, 1 for each container? Or having one apache to handle all projects?
is apache acting as your reverse proxy/load balancer?
In flask docs we have this: While lightweight and easy to use, Flask’s built-in server is not suitable for production as it doesn’t scale well and by default serves only one request at a time. I want to know if it's necessary to have apache inside the container?
another container for apache and then just docker compose up
well, depends on the setup and the needs but sure, in that scenario, much better to not have it included 👍
Обсуждают сегодня