Speed Test

I’ve got a need, a need for speed! Check out my speed test server. https://speed.brad-m.com is a speed test server am hosting on my raspberry pi. Using the open speed test container by none other than open speed test.

If you are interested in hosting this yourself you can use my docker-compose.yaml file as a start. This will host your very own speed test server in a docker container running on http port 3000, you can also route https traffic to the container using port 3001.

version: "2.4"

services:

speed:
image: openspeedtest/latest
container_name: speed
ports:
- 3000:3000

My Raspberry pi is starting to get quite busy. Plans to get a new raspberry pi and use it as a main ingress. This will give me the ability to host some additional services while not abusing this one little credit card sized machine! Stay tuned.

Leave a Reply

Your email address will not be published. Required fields are marked *