MongoDB with Volume using Testcontainers
I am using testcontainers for creating mongodb container. I wanted to launch my app with this mongo container and push data to container and to file as well so that while restarting app data will be fetched at startup from files.