is it possible to deploy typesense on heroku?
# community-help
v
is it possible to deploy typesense on heroku?
I followed these steps:deploy on heroku - container registry to deploy the docker image. But, getting this err https://pastebin.com/a0d6jZKP
j
TIL you can run custom images on Heroku! Although, does Heroku give you access to persistent disk and also do they let containers run without interruption? If no, then Typesense will not be suitable, because it needs both of these given that it’s an in-memory datastore, with a backup on disk.
In any case, that particular error happens when there aren’t enough file handles and/or memory in the runtime. Could you try may be increasing the node capacity?
v
heroku provides an ephemeral disk 😔😔
Anyway, thanks for the solution!!
👍 1