Frank
Deploying Meilisearch template does not work
I have a running project, If I click on new -> template -> Meili then a new service is created. However, it will not be deployed.
Rather than using our company GH, it seems to refer to my personal github. https://github.com/RickVM/meilisearch-on-railway
If you click the link, you can see no clone/fork is made, the GH repo does not exist..
Why isn't this working?
I did a manual fork in our company GH, added the service from GH and that worked fine. It however also requires me to add a volume (I believe?) After adding the volume I just get
Error: Meilisearch (v1.3.4) failed to infer the version of the database.
To update Meilisearch please follow our guide on https://www.meilisearch.com/docs/learn/update_and_migration/updating.
10 replies
RAILWAY_DOCKERFILE_PATH has no effect
For irrelevant reasons my root has a .dockerfile which the builder automatically picks up on.
However, I want it to use the dockerfile in /app/minter/Dockerfile
So I set RAILWAY_DOCKERFILE_PATH to that exact URL.
It however has no effect, the .Dockerfile in the root is still being build.. Whats up?
6 replies