Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 815 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 815 Bytes

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.