gis-ops / docker-valhalla

This is our flexible Docker repository for the Valhalla routing engine
MIT License
228 stars 69 forks source link

`server_threads` variable not available in `configure_valhalla` script #103

Closed chrstnbwnkl closed 1 year ago

chrstnbwnkl commented 1 year ago

When running a container using the latest version of the image, the container immediately crashes because the server_threads variable initiated in run.sh is not available in configure_valhalla.sh. This causes valhalla_build_config to fail since an empty string is passed as --mjolnir-concurrency.

Steps to reproduce:

Just run a container using the docker-compose template, but remove the server_threads env var and point it to an osm file.