fix(docker): soften ocr-service dependency and clean up compose
Changed ocr-service dependency from service_healthy to service_started since the backend already handles OCR unavailability gracefully. Removed unused APP_S3_INTERNAL_URL env var. Added expose directive and .dockerignore for ocr-service. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
6
ocr-service/.dockerignore
Normal file
6
ocr-service/.dockerignore
Normal file
@@ -0,0 +1,6 @@
|
||||
__pycache__
|
||||
*.pyc
|
||||
.venv
|
||||
models/
|
||||
.git
|
||||
.pytest_cache
|
||||
Reference in New Issue
Block a user