Functionality can be customized by tweaking environmental variables in any of the following places:
In this Dockerfile, if you build locally
In the CLI args to building the flask_stack image, if you build locally
In your projects Dockerfile
In the CLI args to building your projects image
In the CLI args to starting your project container
Changes made to the flask_stack Dockerfile or flask_stack build CLI args will inherit into every project based on the image. Changes made in your projects Dockerfile or your projects build CLI args will become the defaults for your projects containers, and changes made in the CLI args when starting a container will apply to that container only.