Add files via upload

This commit is contained in:
Nils 2020-12-14 20:33:24 +00:00 committed by GitHub
commit 82af547833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

26
librespeed.yml Normal file
View File

@ -0,0 +1,26 @@
version: '3.1'
services:
speed:
container_name: "speed"
image: adolfintel/speedtest
environment:
# sets site title
- TITLE=LibreSpeed
- TELEMETRY=false
# set to true if telemetry is enabled
- ENABLE_ID_OBFUSCATION=false
# set to true if telemetry is enabled
- REDACT_IP_ADDRESSES=false
- PASSWORD=...
# needed when telemetry is enabled to comply with gdpr
- EMAIL=...
# required when serving lots of requests
# - IPINFO_APIKEY=
# disables isp and distance querying
- DISABLE_IPINFO=false
# mi, km or nothing for disabled
- DISTANCE=km
# webui port
- WEBPORT=80
ports:
- 80:80