@@ -200,7 +200,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
ports:
|
ports:
|
||||||
- "5000:8080"
|
- "5140:8080"
|
||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT:-Development}
|
- ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT:-Development}
|
||||||
- ASPNETCORE_URLS=${ASPNETCORE_URLS:-http://+:8080}
|
- ASPNETCORE_URLS=${ASPNETCORE_URLS:-http://+:8080}
|
||||||
|
|||||||
@@ -200,7 +200,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
ports:
|
ports:
|
||||||
- "5000:8080"
|
- "5140:8080"
|
||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT:-Development}
|
- ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT:-Development}
|
||||||
- ASPNETCORE_URLS=${ASPNETCORE_URLS:-http://+:8080}
|
- ASPNETCORE_URLS=${ASPNETCORE_URLS:-http://+:8080}
|
||||||
|
|||||||
@@ -89,7 +89,7 @@
|
|||||||
"cv.noConsent": "GDPR consent is required.",
|
"cv.noConsent": "GDPR consent is required.",
|
||||||
"cv.processing": "Processing...",
|
"cv.processing": "Processing...",
|
||||||
"cv.extracting": "Extracting CV and matching job...",
|
"cv.extracting": "Extracting CV and matching job...",
|
||||||
"cv.processingLong": "Processing CV PDF and job input. Backend endpoints must be available.",
|
"cv.processingLong": "Processing CV PDF and job input.",
|
||||||
"cv.cvFailed": "CV extraction failed",
|
"cv.cvFailed": "CV extraction failed",
|
||||||
"cv.matchFailed": "Job matching failed",
|
"cv.matchFailed": "Job matching failed",
|
||||||
"cv.completed": "Match completed.",
|
"cv.completed": "Match completed.",
|
||||||
@@ -182,7 +182,7 @@
|
|||||||
"cv.noConsent": "Consimțământul GDPR este obligatoriu.",
|
"cv.noConsent": "Consimțământul GDPR este obligatoriu.",
|
||||||
"cv.processing": "Se procesează...",
|
"cv.processing": "Se procesează...",
|
||||||
"cv.extracting": "Se extrage CV-ul și se compară jobul...",
|
"cv.extracting": "Se extrage CV-ul și se compară jobul...",
|
||||||
"cv.processingLong": "Se procesează PDF-ul și informațiile despre job. Endpoint-urile backend trebuie să fie disponibile.",
|
"cv.processingLong": "Se procesează PDF-ul și informațiile despre job.",
|
||||||
"cv.cvFailed": "Extragerea CV-ului a eșuat",
|
"cv.cvFailed": "Extragerea CV-ului a eșuat",
|
||||||
"cv.matchFailed": "Matching-ul jobului a eșuat",
|
"cv.matchFailed": "Matching-ul jobului a eșuat",
|
||||||
"cv.completed": "Matching finalizat.",
|
"cv.completed": "Matching finalizat.",
|
||||||
|
|||||||
Reference in New Issue
Block a user