Is it possible to link two domains to one service, but have the ports different?
I am trying to deploy https://logto.io/ and it serves the public frontend on
:3001
and the admin panel on :3002
How can I configure railway to have one domain forwarded to :3001
and another to :3002
?7 Replies
Project ID:
N/A
n/a
You might find these helpful:
- Backed Base URL
- what's the canonical way to have a backend api + frontend in one service in railway
- Can't reach my app through the url
⚠️ experimental feature
Not at this time. The system listens on only one port by default
is there a way to get the ip of a container? maybe I can run nginx or traefik in front of it like a reverse proxy and have that handle routing to
:300{1,2}
Nope, can’t get the IP either
ah ok