Dockerize Release
waynew opened this issue · 2 comments
waynew commented
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 ❤️
waynew commented
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?
waynew commented
Looks like the mongodb needs to be configurable here: https://github.com/MeasureOSS/Measure/blob/master/makedash.js#L33