updated immich and video duplicater

This commit is contained in:
2025-09-26 00:39:54 -07:00
parent a038cb37b2
commit 06d6f14ce1
5 changed files with 18 additions and 7 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
VOL_PATH=./data
TZ="America/Vancouver"
COMPOSE_PROJECT_NAME=stash
COMPOSE_PROJECT_NAME="dupcheck"
+7 -1
View File
@@ -2,5 +2,11 @@
## Links
* [github]https://github.com/0x90d/videoduplicatefinder()
* [github](https://github.com/0x90d/videoduplicatefinder)
* [dockerhub](https://hub.docker.com/r/jlesage/video-duplicate-finder)
## How To use
Change the volumes to what you want.
Storage is where it will search
+2 -2
View File
@@ -4,5 +4,5 @@ services:
ports:
- "5800:5800"
volumes:
- ${VOL_PATH:-./data}/video-duplicate-finder:/config:rw
- ${VDF_VOL_STORAGE_PATH}:/storage:rw
- ${VOL_PATH:-./data}/video-duplicate-finder-config:/config:rw
- ${VDF_VOL_STORAGE_PATH:-./data/storage}:/storage:rw