7 months ago
I've added a service via a public docker image; adminer. The service has a private url to communicate, but how do I set to communicate to the right port?
For reference, locally, I bind the 8080 port when I spin up the container, which is were adminer talks to. But on production, how can another one of my services communicate to ${{RAILWAYPRIVATEDOMAIN}}:8080 ? I can't find an option there.
Do I need manually create an image that does the expose inside the image itself?
4 Replies
Maybe all services running in the private network are accessible directly? so if I just do http://private_domain:8080 will work?
7 months ago
correct, as long as you listen on IPv6, since the private network is IPv6 only
7 months ago
!s
Status changed to Solved brody • 7 months ago