Hello, i currently testing my app using Jmeter and Mountebank. I currently use Mountebank to mock an external service that my app needed but some external apis use gRPC. And I found that Mountebank has gRPC community plugin.
I currently using Mountebank in Docker but i the plugin page did not provide the way to use the plugin with docker or docker compose.
So i want to ask how to deploy a mountebank container with gRPC plugin via docker compose. Or is there other way i can create gRPC imposter without that plugin.