mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated immich and video duplicater
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user