ajout de librespeed

This commit is contained in:
2025-01-01 12:31:52 +01:00
parent 70da0dd005
commit 2075dca954
27 changed files with 3034 additions and 0 deletions

24
librespeed/docker-compose.yaml Executable file
View File

@@ -0,0 +1,24 @@
---
#version: "2.1"
services:
librespeed:
image: lscr.io/linuxserver/librespeed:latest
container_name: librespeed
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
- PASSWORD=PASSWORD
#- CUSTOM_RESULTS=false #optional
#- DB_TYPE=sqlite #optional
#- DB_NAME=DB_NAME #optional
#- DB_HOSTNAME=DB_HOSTNAME #optional
#- DB_USERNAME=DB_USERNAME #optional
#- DB_PASSWORD=DB_PASSWORD #optional
#- DB_PORT=DB_PORT #optional
#- IPINFO_APIKEY=ACCESS_TOKEN #optional
volumes:
- ./config:/config
ports:
- 5680:80
restart: unless-stopped