All checks were successful
Publish FaceAI Container / publish (push) Successful in 3m7s
- Introduced processor heartbeat configuration in environment variables and Docker setup. - Implemented heartbeat publishing in the processor worker. - Enhanced health check endpoint to include processor availability status. - Updated frontend components to handle processor unavailability messages. - Added legacy return functionality in the upload panel.
24 lines
1 KiB
Text
24 lines
1 KiB
Text
PORT=3001
|
|
FACEAI_FRONTEND_URL=http://localhost:5173
|
|
FACEAI_PUBLIC_BASE_URL=http://localhost:3001
|
|
FACEAI_LEGACY_RETURN_URL=http://localhost:3001/dev/legacy/return
|
|
FACEAI_LEGACY_HOME_URL=http://localhost:8080/index.jsp
|
|
FACEAI_ENABLE_LOCAL_LEGACY_STATIC=1
|
|
FACEAI_LOCAL_LEGACY_STATIC_ROOT=k:\various\regalamiunsorriso\www
|
|
FACEAI_SHARED_SECRET=change-me
|
|
FACEAI_SESSION_COOKIE=rus_faceai_session
|
|
FACEAI_REDIS_URL=redis://redis:6379
|
|
FACEAI_QUEUE_NAME=faceai-searches
|
|
FACEAI_RUNTIME_ROOT=/data/runtime
|
|
FACEAI_UPLOAD_ROOT=/data/runtime/uploads
|
|
FACEAI_LOG_ROOT=/data/logs
|
|
FACEAI_PKL_ROOT=/data/pkl
|
|
FACEAI_MATCHER_BINARY=/app/bin/face_matcher
|
|
FACEAI_PROCESSOR_HEARTBEAT_GRACE_MS=20000
|
|
FACEAI_PROCESSOR_HEARTBEAT_INTERVAL_MS=5000
|
|
FACEAI_PROCESSOR_HEARTBEAT_TTL_SECONDS=20
|
|
LIVE_SITE_BASE_URL=https://www.regalamiunsorriso.it
|
|
LIVE_SITE_LOGIN_URL=https://www.regalamiunsorriso.it/login_clienti-it.html
|
|
LIVE_SITE_RACE_URL=https://www.regalamiunsorriso.it/42%20HALF%20MARATHON%20FIRENZE_gara-1018545---96-1.html
|
|
LIVE_SITE_USERNAME=
|
|
LIVE_SITE_PASSWORD=
|