Add: Librespeed

This commit is contained in:
mrjk 2022-07-28 17:25:21 -04:00
parent faf11a4dca
commit 4fcf44562b
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,6 @@
services:
librespeed:
ports:
#- ${APP_EXPOSE_PORT:-80}:80
- ${APP_EXPOSE_IP:-0.0.0.0}:${APP_EXPOSE_PORT:-80}:80

View File

@ -0,0 +1,22 @@
version: "3.7"
services:
librespeed:
image: lscr.io/linuxserver/librespeed:latest
#container_name: librespeed
environment:
#- PUID=1000
#- PGID=1000
#- TZ=America/Toronto
- 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
volumes:
- ./config:/config
#ports:
# - 80:80