#Setting up typesense with Railway?

6 messages · Page 1 of 1 (latest)

zealous elk
#

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 PORT=8108. The deployment logs show no issue, yet I can't get a response from the app domain when querying with

curl 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.

ebon sluiceBOT
#

Project ID: da16bbe7-a003-4279-bfda-fd43821d030c

zealous elk
#

da16bbe7-a003-4279-bfda-fd43821d030c

sacred flower
zealous elk
#

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)