- Integrated image-service from site00 as second microservice - Maintained proxy and caching functionality - Added Images service to docker-compose - Configured Console API Gateway routing to Images - Updated environment variables in .env - Successfully tested image proxy endpoints Services now running: - Console (API Gateway) - Users Service - Images Service (proxy & cache) - MongoDB & Redis Next: Kafka event system implementation 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
httpx==0.26.0
|
|
pillow==10.2.0
|
|
pillow-heif==0.20.0
|
|
aiofiles==23.2.1
|
|
python-multipart==0.0.6
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
motor==3.3.2
|
|
redis==5.0.1 |