a year ago
I have 3 api under same project is it possible to access them locally as only 1 api is the main other 2 can speedup if they can coordinate locally like postgres does with url
15 Replies
a year ago
Your question doesn't entirely make sense. What do you mean "the other two can speedup if they can coordinate locally"?
a year ago
The way I'm interpreting your question is you want to have one api public facing, then two that only communicate with each other/the public api.
I mean i have 3 api 1 is the main other 2 just help it for other task ,is it possible they can work with local host ?
a year ago
No, when you host multiple services, they are not on the same localhost
a year ago
However, you can use the private network instead
a year ago
Take a read through the docs
https://docs.railway.com/reference/private-networking
a year ago
Google oauth should not factor in here
a year ago
No problem, labelling this as solved now. Feel free to open another thread if you have issues
a year ago
!s
Status changed to Solved adam • 12 months ago