Changes
Build and Push Docker Images / build (push) Successful in 17s

This commit is contained in:
2026-05-11 13:09:09 +03:00
parent 3e1ea47007
commit 44aa19a92e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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}
+1 -1
View File
@@ -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}
+2 -2
View File
@@ -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.",