VROOM Docker
This repository contains dockerized Vehicle Routing Open-source Optimization Machine (VROOM)
This project highly inspired and inherited from chesty's dockerized vroom.
Usage
Just modify the config.js
file as you wish and build the image. The image builds vroom-backend (core) and exposes vroom-express API through port 3000
by default. You should modify config.js
file especially to specify route profiles indicated by var routingServers
.
Compose File
See the gist here for the "docker-compose
file stack" I created.