Add speedtest service
This commit is contained in:
parent
cb759b2846
commit
907b3d04c1
1 changed files with 22 additions and 0 deletions
22
templates/compose/speedtest.yaml
Normal file
22
templates/compose/speedtest.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# documentation: https://github.com/librespeed/speedtest
|
||||
# slogan: Self-hosted Speed Test for HTML5 and more.
|
||||
# category: devtools
|
||||
# tags: speedtest, internet-speed
|
||||
# logo: svgs/speedtest.svg
|
||||
# port: 82
|
||||
|
||||
services:
|
||||
speedtest:
|
||||
container_name: speedtest
|
||||
image: 'ghcr.io/librespeed/speedtest:latest'
|
||||
environment:
|
||||
- SERVICE_URL_SPEEDTEST_82
|
||||
- MODE=standalone
|
||||
- TELEMETRY=false
|
||||
- DISTANCE=km
|
||||
- WEBPORT=82
|
||||
healthcheck:
|
||||
test: 'curl 127.0.0.1:82 || exit 1'
|
||||
timeout: 1s
|
||||
interval: 1m0s
|
||||
retries: 1
|
||||
Loading…
Reference in a new issue