diff --git a/librespeed/docker-compose.yaml b/librespeed/docker-compose.yaml new file mode 100644 index 0000000..77ce050 --- /dev/null +++ b/librespeed/docker-compose.yaml @@ -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 \ No newline at end of file