Internet SpeedTest Docker image.
1M+
This is an update to the pedrocesarti/internet-speedtest-docker setup. Functionally, nothing really changed, but all the components have been updated to their latest versions and some extraneous stuff has been excluded to slim down the images. Additionally, I try to build these images on a schedule to keep them updated.
Sample docker-compose.yaml for how to use these.
version: '2'
services:
db:
image: influxdb:1.8
container_name: influxdb
networks:
- default
volumes:
- ./data/influxdb/:/var/lib/influxdb
environment:
- INFLUXDB_ADMIN_USER=admin
- INFLUXDB_ADMIN_PASSWORD=password
- INFLUXDB_DB=speedtest
web:
image: kjake/internet-speedtest-docker:grafana
container_name: speedweb
ports:
- "3000:3000"
networks:
- default
environment:
- GF_SERVER_ROOT_URL=http://localhost
- GF_SECURITY_ADMIN_PASSWORD=teste
testing:
image: kjake/internet-speedtest-docker:speedtest
container_name: speedtest
networks:
- default
environment:
- TEST_INTERVAL=30
networks:
default:
driver: bridge
Content type
Image
Digest
sha256:597d09320…
Size
18.1 MB
Last updated
over 1 year ago
docker pull kjake/internet-speedtest-docker:speedtest