I’m new to docker and I followed the youtube guide on how to set it up on windows. I did run into some issues such as the /docker folder being deleted from the github whereas the youtube video had a github folder where I had to create folders in. However, I figured everything out and I got ORS “running” on docker but the localhost:8080/ors/v2/health is always at not ready.
(I’m trying to calculate a 100 * 100 walking distance matrix in Florida USA which is why I am looking into the self hosted backend)
My directory:
My docker-compose:
my ors-config: (i added the walking profile)
However it keeps getting stuck on:
And then it just sticks there…
Any help would be appreciated!