added video dpulicate finder to cookbooks

This commit is contained in:
2025-01-22 14:30:53 -08:00
parent 7220281b70
commit 02c946dad8
4 changed files with 24 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Video Duplicate Finder
## Links
* [github]https://github.com/0x90d/videoduplicatefinder()
* [dockerhub](https://hub.docker.com/r/jlesage/video-duplicate-finder)
+8
View File
@@ -0,0 +1,8 @@
services:
video-duplicate-finder:
image: jlesage/video-duplicate-finder:latest
ports:
- "5800:5800"
volumes:
- ${VOL_PATH:-./data}/video-duplicate-finder:/config:rw
- ${VDF_VOL_STORAGE_PATH}:/storage:rw
+6
View File
@@ -0,0 +1,6 @@
services:
video-duplicate-finder:
extends:
file: ${COOKBOOK}/videoduplicatefinder/docker-compose.yml
service: video-duplicate-finder
+4
View File
@@ -0,0 +1,4 @@
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
VOL_PATH=./data
TZ="America/Vancouver"
COMPOSE_PROJECT_NAME=stash