I am here just to share some experience with java DDP Client Meteor and Docker
Hello I am accessing to a meteor docker container from a J2EE docker container and it fails because there are some trouble at the connection with the server name (corresponding to "meteor" in my compose file) and the port "82".
In this case it doesn't take into account the port and it replaces it with a default value 80... so the connection fails...
WHY ? because URI don't handle domain name without dots e.g. :
I'll give a try this evening with a image name with a dot as it passes in java but I yet didn't test with the docker compose