spotify / XCMetrics

XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.
https://xcmetrics.io
Other
1.1k stars 78 forks source link

Edit doc with reference to official Docker image #12

Closed ecamacho closed 3 years ago

ecamacho commented 3 years ago

Now that we have an official Docker Image, it's easier to run the backend locally using it without the need to build it yourself.

This PR adds a new docker compose configuration to do that with one command:

docker-compose -f docker-compose-local.yml up

I also updated the documentation to simplify several steps by just using this image.