Your solution is very good, thank you a lot !
But I have a suggestion for the multiple instance. In your docker file you expose multiple ports. I propose to do that in the docker-compose file with the key word "expose" and not hardcoded in the docker file.
Hello,
Your solution is very good, thank you a lot ! But I have a suggestion for the multiple instance. In your docker file you expose multiple ports. I propose to do that in the docker-compose file with the key word "expose" and not hardcoded in the docker file.
Best regards