fix: add OCR image to CI/CD workflows (refs #64)
Some checks failed
Deploy to Staging / Build Images (pull_request) Successful in 3m38s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 28s
Deploy to Staging / Verify Staging (pull_request) Failing after 6s
Deploy to Staging / Notify Staging Ready (pull_request) Has been skipped
Deploy to Staging / Notify Staging Failure (pull_request) Successful in 7s
Some checks failed
Deploy to Staging / Build Images (pull_request) Successful in 3m38s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 28s
Deploy to Staging / Verify Staging (pull_request) Failing after 6s
Deploy to Staging / Notify Staging Ready (pull_request) Has been skipped
Deploy to Staging / Notify Staging Failure (pull_request) Successful in 7s
- Add OCR image build/push to staging workflow - Add OCR service with image override to staging compose - Add OCR service with image override to blue-green compose - Add OCR image pull/deploy to production workflow - Include mvp-ocr-staging in health checks The OCR container is a shared service (like postgres/redis), not part of blue-green deployment. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -194,6 +194,12 @@ services:
|
||||
- "com.motovaultpro.stack=green"
|
||||
- "com.motovaultpro.service=backend"
|
||||
|
||||
# ========================================
|
||||
# Shared Service - OCR Processing
|
||||
# ========================================
|
||||
mvp-ocr:
|
||||
image: ${OCR_IMAGE:-git.motovaultpro.com/egullickson/ocr:latest}
|
||||
|
||||
# ========================================
|
||||
# Override Traefik to add dynamic config
|
||||
# ========================================
|
||||
|
||||
Reference in New Issue
Block a user