coolify/templates/compose/librespeed.yaml

23 lines
555 B
YAML
Raw Normal View History

2026-02-25 23:22:38 +00:00
# documentation: https://github.com/librespeed/speedtest
2026-02-25 23:28:20 +00:00
# slogan: Self-hosted lightweight Speed Test.
2026-02-25 23:22:38 +00:00
# category: devtools
# tags: speedtest, internet-speed
2026-02-25 23:48:15 +00:00
# logo: svgs/librespeed.png
2026-02-25 23:22:38 +00:00
# port: 82
services:
2026-02-25 23:28:20 +00:00
librespeed:
container_name: librespeed
2026-02-25 23:22:38 +00:00
image: 'ghcr.io/librespeed/speedtest:latest'
environment:
2026-02-25 23:28:20 +00:00
- SERVICE_URL_LIBRESPEED_82
2026-02-25 23:22:38 +00:00
- MODE=standalone
- TELEMETRY=false
- DISTANCE=km
- WEBPORT=82
healthcheck:
test: 'curl 127.0.0.1:82 || exit 1'
timeout: 1s
interval: 1m0s
retries: 1