Introducing our new CEO Don Johnson - Read More

sitespeedio/server

Sponsored OSS

By sitespeed.io

Updated about 8 hours ago

The sitespeed.io server is the server in the server/testrunner setup.

Image
Monitoring & Observability
0

1.6K

The sitespeed.io server

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.

Read all about the setup at GitHub.

Docker Pull Command

docker pull sitespeedio/server