R
Join ServerRailway
✋|help
Setting up typesense with Railway?
If you're unfamiliar, typesense is a search engine server. There's a docker image for it, which I've used to deploy to a Railway instance. As far as I can tell, the proper port is exposed (8108), and it's also listed as an env variable in the project itself as
I'm not sure if this is the proper place to post, but I thought I would try since I'm at a loss at the moment.
PORT=8108
. The deployment logs show no issue, yet I can't get a response from the app domain when querying withcurl https://kyd-typesense-production.up.railway.app:8108/health
I'm not sure if this is the proper place to post, but I thought I would try since I'm at a loss at the moment.
da16bbe7-a003-4279-bfda-fd43821d030c
Message Not Public
Sign In & Join Server To View
I will say, I read one of the related posts that was replied to this one, and it appears to work at 443 (or just
host/health
, where health
is the query I was trying to make)