Docker Compose file for the "VROOM with OSRM backend" stack. You can solve Vehicle Routing Problems with just this file. This compose file consist of three Docker images:
- OSRM used as routing engine.
- VROOM Backend serves as a Vehicle Routing Solver.
- VROOM Frontend visualizes the routes calculated by the
VROOM Backend
.
Check the post here for more details.