Skip to content

iedmrc/vroom-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.