This message was deleted.
# help
s
This message was deleted.
o
It is valid though not popular use-case. I believe in Java there are just three instances of the WireMock server launched for different configuration files. Technically it's possible to do the same in Docker but you will need to create a custom image that overrides the entry point and starts three instances
t
hmm okay thank you! Would you potentially have any docker set up examples that I could reference off? Having a different container for each service seems inefficient in my case
Also, just one more question related to this, given that I override entrypoint, will it be possible to have 3 different mappings/file folder for each service?