https://linen.dev logo
#help
Title
s

Slackbot

05/11/2023, 6:27 PM
This message was deleted.
o

Oleg Nenashev

05/11/2023, 7:14 PM
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

Tarun Bhalla

05/11/2023, 7:40 PM
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?
3 Views