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
+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