Improve CarPass product UX and service flows
This commit is contained in:
@@ -32,6 +32,10 @@ services:
|
||||
INTERNAL_API_TOKEN: ${INTERNAL_API_TOKEN:-}
|
||||
APP_ENV: ${APP_ENV:-development}
|
||||
ALLOW_DEV_AUTH: ${ALLOW_DEV_AUTH:-false}
|
||||
OCR_PROVIDER: ${OCR_PROVIDER:-tesseract}
|
||||
OCR_LANGUAGES: ${OCR_LANGUAGES:-eng+rus+kor}
|
||||
LLM_BASE_URL: ${LLM_BASE_URL:-}
|
||||
LLM_MODEL: ${LLM_MODEL:-}
|
||||
ports:
|
||||
- "127.0.0.1:8000:8000"
|
||||
depends_on:
|
||||
@@ -52,6 +56,10 @@ services:
|
||||
PUBLIC_WEBAPP_URL: ${PUBLIC_WEBAPP_URL:-}
|
||||
INTERNAL_API_TOKEN: ${INTERNAL_API_TOKEN:-}
|
||||
APP_ENV: ${APP_ENV:-development}
|
||||
OCR_PROVIDER: ${OCR_PROVIDER:-tesseract}
|
||||
OCR_LANGUAGES: ${OCR_LANGUAGES:-eng+rus+kor}
|
||||
LLM_BASE_URL: ${LLM_BASE_URL:-}
|
||||
LLM_MODEL: ${LLM_MODEL:-}
|
||||
depends_on:
|
||||
- api
|
||||
|
||||
|
||||
Reference in New Issue
Block a user