mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
added video dpulicate finder to cookbooks
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Video Duplicate Finder
|
||||
|
||||
## Links
|
||||
|
||||
* [github]https://github.com/0x90d/videoduplicatefinder()
|
||||
* [dockerhub](https://hub.docker.com/r/jlesage/video-duplicate-finder)
|
||||
@@ -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
|
||||
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
|
||||
video-duplicate-finder:
|
||||
extends:
|
||||
file: ${COOKBOOK}/videoduplicatefinder/docker-compose.yml
|
||||
service: video-duplicate-finder
|
||||
@@ -0,0 +1,4 @@
|
||||
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
||||
VOL_PATH=./data
|
||||
TZ="America/Vancouver"
|
||||
COMPOSE_PROJECT_NAME=stash
|
||||
Reference in New Issue
Block a user