Openrouteservice docker-compose hanging

Hey,

getting stuck at this point suggests that the ors didn’t build successfully in the container. To check this, do the following:

  • enter the container (docker exec -it ors-app bash)
  • check whether /ors-core/openrouteservice/target/ors.war and /usr/local/tomcat/webapp/ors.war exist
  • if not, run mvn -f /ors-core/openrouteservice/pom.xml package -DskipTests and check/post the output

Best regards

1 Like