Update matcher binary path to /app/bin/face_matcher in configuration and documentation
All checks were successful
Publish FaceAI Container / publish (push) Successful in 2m53s

This commit is contained in:
MaddoScientisto 2026-04-19 11:38:09 +02:00
commit c0732c142c
7 changed files with 76 additions and 8 deletions

View file

@ -70,7 +70,7 @@ services:
FACEAI_LOG_ROOT: /data/logs
FACEAI_PKL_ROOT: /data/pkl
FACEAI_WORKER_CONCURRENCY: 2
FACEAI_MATCHER_BINARY: /opt/face-recognition/face_matcher
FACEAI_MATCHER_BINARY: /app/bin/face_matcher
volumes:
- .:/app
- ./logs:/data/logs