converting projects to portainer ready

This commit is contained in:
2025-11-26 18:45:55 -08:00
parent 6e280d463c
commit c2c00c0e75
25 changed files with 1374 additions and 824 deletions
@@ -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:/config:rw
- ${VDF_VOL_STORAGE_PATH:-./data/storage}:/storage:rw