Open iedmrc opened 5 years ago
Hi iedmrc,
I used to use this in a previous job and I shared it in case others found it useful, I don't think anyone did, I don't think anyone was using it and now I no longer use it so I haven't been keeping it up to date, that might explain the old version. To be honest, I've forgotten bits and pieces for the hows and whys and as you can see it wasn't highly documented.
It wasn't just vroom-express, it was also vroom. There was a new release of vroom many months ago that was incompatible with vroom-express, I can't remember the details but I had to pin to an older version of vroom until vroom-express got updated. I haven't updated this repo since pinning to the older vroom.
I might update it sometime in the future because I still really enjoy using openstreetmaps, but right now I don't have any plans.
You might be better of looking to see if there's a better docker image out there, if not maybe create one yourself, feel free to copy any bits from this repo you find useful.
Hi, I have 2 questions:
Why it clones an old version of the vroom-express ?
As you see, inside the /vroom-express/src directory in the container, there is no config.js eventhough remote source has it.
Why you expose either port 5000 ?
Isn't the container just running the vroom-express server?
Thanks!