Files
docker-compose-cookbooks/videoduplicatefinder/docker-compose.yml
T

9 lines
235 B
YAML

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