Hi CCF team,
First I would like to say thank you for your great work so far!
I would like to start using MongoDB as my main caching method as recommended by you guys. In my current setup, I am using the Docker approach that connects to my AWS data, and it uses the Docker Secrets, etc. as laid out in the "Run with Docker" page of the documentation.
I have already setup the MongoDB variables in my
packages/api/.env file as shown below:

And when I run 'yarn create-docker-secrets' again, I verified that the respective variables have been changed correctly:

However, when I run 'docker-compose up' again, I see that the API Docker container still uses the local cache file within the container:

Which I double-checked it to be true because when I SSH into the Docker API container, I see the "estimates.cache.day.json" file containing all my recent emissions data that I assume was pulled from CUR reports through AWS Athena.
My question would be how can I direct the Docker API container to use MongoDB's caching instead of the local cache? Or is the current setup only restricted to using MongoDB caching through the yarn approach?
My organization's direction would probably prefer the Docker containers approach since we are concerned about scalability issues in the future since there will be a large number of accounts we intend to add to this CCF, and prefer to run the API container and client container separately
Thank you and I hope to hear from you soon!
Best Regards,
Mukmin