sitespeedio/server
The sitespeed.io server is the server in the server/testrunner setup.
1.6K
The sitespeed.io server is the server in the server/testrunner setup. You can have one server per setup.
The server will add tests in a KeyDB (Redis like) queue. When you start the runner, it needs to be able to connect to the queue and a PostgreSQL instance.
You can start the server like this: docker run --rm -v "$(pwd)":/config sitespeedio/server:1.0.1 --config /config/config.yml
With your own version of the configuration.
docker pull sitespeedio/server