Expose more than 1 port
I'm trying to host Kong Gateway with railway, and that requires multiple port to be used, 8000, 8001 & 8002.
Right now we can access 8000 with env PORT, but is it possible to access 8001 & 8002 as well?
Solution:Jump to solution
fragly is right, the work around being configure a proxy to map the ports to either different routes or different hosts (subdomains)
5 Replies
Project ID:
da7cbb8d-e876-48f1-9dfe-ab22ada2b1cc
da7cbb8d-e876-48f1-9dfe-ab22ada2b1cc
You can't expose more than one port on railway yet
why can't you use one port?
Solution
fragly is right, the work around being configure a proxy to map the ports to either different routes or different hosts (subdomains)
got it, thanks for the prompt replies !