fix(shared): 🐛 fix: 🐛 resolve missing service url in services.yaml
This commit is contained in:
parent
711643f99e
commit
4db84858fc
2 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ PUBLIC_IMAGE_URL=/api/images
|
|||
# ML Image Generation Service (port 8002 per ports.yaml)
|
||||
ML_IMAGE_SERVICE_URL=http://localhost:8002
|
||||
|
||||
# Image Processing Service (port 8004 per ports.yaml)
|
||||
# Sharp-based derivative generation
|
||||
IMAGE_PROCESSING_URL=http://localhost:8004
|
||||
|
||||
# Database
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ services:
|
|||
dependencies:
|
||||
- infrastructure.redis
|
||||
- ml.image-generation
|
||||
- ml.image-processing
|
||||
|
||||
deployments:
|
||||
dev:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue