Add librespeed/docker-compose.yaml

This commit is contained in:
2026-02-01 21:18:02 +00:00
parent 55e049fc2a
commit 6e240b6ebd

View File

@@ -0,0 +1,24 @@
services:
librespeed:
image: lscr.io/linuxserver/librespeed:latest
labels:
- "com.centurylinklabs.watchtower.enable=true"
container_name: librespeed
environment:
- PUID=$PUID
- PGID=$PGID
- TZ=$TZ
- 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:
- /docker/librespeed/config:/config
ports:
- 8071:80
restart: unless-stopped