Is there a way to open port 3000?
So i have a docker image of a console app that exposes the port 3000 as a tcp listener, is there a way to open this port in railway so that the gatway can send messages to the server via the port 3000?
19 Replies
Project ID:
fe81407d-3d02-4732-a9d0-3dd9a38fc3f4
fe81407d-3d02-4732-a9d0-3dd9a38fc3f4
sorry theres not, at the moment railway only supports https/wss on port 443
ohh i see
port 80 is open only so railway can answer with a 301 redirect
do you know of a way to host a docker container that can open the port 3000?
not possible on railway
ok thanks man
it is being worked on through
https://discord.com/channels/713503345364697088/820082368273973289/1081398121331961947
is the tcp lister would be on port 80 would it conflict with your deploy?
if*
the whole purpose of the console app is just to listen on a port and handle messages
unless it's listening for http requests it's not gonna work on railway until they add support for TCP/UDP apps
ahhhh so right now there is no support for tcp udp apps
there's not
correct
thanks that clears things up
no problem