Fresh install on-prem with indonesia-latest.osm.pbf file

Hi trying to install ors indonesia map on my devices with docker
i have downloaded indonesia-latest.osm.pbf from
https://download.geofabrik.de/asia/indonesia.html

and run the docker command

sudo docker run -dt --name ors-app -p 8080:8082 --network bridge-network -v $PWD/ors-docker/config:/home/ors/config -v $PWD/ors-docker/elevation_cache:/home/ors/elevation_cache -v $PWD/ors-docker/graphs:/home/ors/graphs -v $PWD/ors-docker/files:/home/ors/files -v $PWD/ors-docker/logs:/home/ors/logs -v $PWD/indonesia-latest.osm.pbf:/home/ors/files/indonesia-latest.osm.pbf openrouteservice/openrouteservice:latest

i check the health and get response ready

but when trying to get direction, it say could not find routable point…

add info:
try to get direction from default map it is fine, so i think is about set the map files,

so i think is set the maps in the docker run misconfiguration.
kindly your guidance for correcting the command.

ps. i set up on-prem using virtual box and port forwarding port 8080 to 8088

Hi,

I’m successfully install ors and custom map in virtualbox using OS ubuntu 22.04 file after recreate using docker compose.

My following step

  1. Install docker following this link from step 1 to 3
    Install Docker Compose on Ubuntu 20.04 and 22.04

  2. Config docker compose by read this article
    "Could not find routable point" error for Thai location even after loading latest Thai PBF file

  3. getting error No Profiles and rewrite ors-config based on the repos
    openrouteservice/ors-config.yml at main · GIScience/openrouteservice · GitHub

  4. getting error from out of memory and change the docker-compose.yml

XMS: 4g # start RAM assigned to java
XMX: 8g # max RAM assigned to java. Rule of Thumb: * * 2

  1. and waiting for the process and DONE.

hope it will help others.

thanks

2 Likes

Hi,

great that you were able to sort it out. Thanks for posting your solution!

Best regards

1 Like