This commit is contained in:
root
2023-03-27 14:40:17 +00:00
parent 80a39f860f
commit ef048e012e
15 changed files with 324 additions and 0 deletions

0
speedtest/.env Normal file
View File

View File

@@ -0,0 +1,20 @@
version: '3.3'
services:
speedtest:
container_name: ooklaspeedtest
image: henrywhitaker3/speedtest-tracker
ports:
- 8765:80
volumes:
- /path/to/data:/config
environment:
- TZ=Europe/Berlin
- PGID=
- PUID=
- OOKLA_EULA_GDPR=true
logging:
driver: "json-file"
options:
max-file: "10"
max-size: "200k"
restart: unless-stopped