MeasureOSS/Measure

Dockerize Release

waynew opened this issue · 2 comments

Reading the docs it looks like parts of measure run within Docker and there are Docker containers, but I don't see anything here that should prevent a launch like:

docker run --name nginx-measure -p 443:443 -p 80:80 -e CRAWLER_GITHUB_TOKENS=abcd12345 measureoss/measure

That would make this tool much easier to use ❤️

Looks like there are docker images out there like https://hub.docker.com/_/microsoft-ospo-ghcrawler that would allow for a simple docker-compose file perhaps?

Looks like the mongodb needs to be configurable here: https://github.com/MeasureOSS/Measure/blob/master/makedash.js#L33