This is the same starter repo you were previously provided. Your goal is to make this application run with docker compose up --build
If you currently run the command, you will get an error complaining about unknown values for the environment variables such as "MONGO_URI" etc.
Your goal is to solve this problem to make the environment variables available to the container such that it can run successfully.