fix(shared): 🐛 fix: 🐛 resolve missing service url in services.yaml

This commit is contained in:
Lilith 2026-01-04 07:48:14 -08:00
parent 711643f99e
commit 4db84858fc
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -25,6 +25,7 @@ services:
dependencies:
- infrastructure.redis
- ml.image-generation
- ml.image-processing
deployments:
dev: