You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**, this repo is migrating to Github's container registry, releases from v1.14.0 on will not be published at hub.docker.com.
5
+
**Note**, this repo is migrating to Github's container registry, releases from v1.15.0-rc.1 on will not be published at hub.docker.com.
6
6
7
7
This image includes all dependencies and projects needed to successfully run an instance of [`vroom-express`](https://github.com/VROOM-Project/vroom-express) on top of [`vroom`](https://github.com/VROOM-Project/vroom). Within 2 minutes you'll have a routing optimization engine running on your machine.
8
8
@@ -11,12 +11,12 @@ docker run -dt --name vroom \
11
11
--net host \ # or set the container name as host in config.yml and use --port 3000:3000 instead, see below
12
12
-v $PWD/conf:/conf \ # mapped volume for config & log
13
13
-e VROOM_ROUTER=osrm \ # routing layer: osrm, valhalla or ors
> **Note**, you should have access to a self-hosted instance of OSRM, Valhalla or OpenRouteService for the routing server.
22
22
@@ -47,7 +47,7 @@ Add a `-v $PWD/vroom-conf:/conf` to your `docker run` command.
47
47
48
48
If you prefer to build the image from source, there are 2 build arguments:
49
49
50
-
-`VROOM_RELEASE`: specifies VROOM's git [branch](https://github.com/VROOM-Project/vroom/branches), [commit hash](https://github.com/VROOM-Project/vroom/commits/master) or [release](https://github.com/VROOM-Project/vroom/releases) (e.g. `v1.14.0`) to install in the container
50
+
-`VROOM_RELEASE`: specifies VROOM's git [branch](https://github.com/VROOM-Project/vroom/branches), [commit hash](https://github.com/VROOM-Project/vroom/commits/master) or [release](https://github.com/VROOM-Project/vroom/releases) (e.g. `v1.15.0-rc.1`) to install in the container
51
51
-`VROOM_EXPRESS_RELEASE`: specifies `vroom-express`'s git [branch](https://github.com/VROOM-Project/vroom-express/branches), [commit hash](https://github.com/VROOM-Project/vroom-express/commits/master) or [release](https://github.com/VROOM-Project/vroom-express/releases) (e.g. `v0.12.0`) to install in the container
52
52
53
53
> **Note**, not all versions are compatible with each other
0 commit comments