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
PORT=8108
. The deployment logs show no issue, yet I can't get a response from the app domain when querying with
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.6 Replies
Project ID:
da16bbe7-a003-4279-bfda-fd43821d030c
You might find these helpful:
- Mapping Railway port to docker container
- Deployed actix-web service is not listening on the $PORT, even though it should
⚠️ experimental feature
da16bbe7-a003-4279-bfda-fd43821d030c
Can you show deployment logs
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)@ethan Did you succeed to setup typesense on Railway with persistent storage ?