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