Add librespeed/docker-compose.yaml
This commit is contained in:
24
librespeed/docker-compose.yaml
Normal file
24
librespeed/docker-compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user