한줄 설명
Create Docker Compose configuration for all services implementing Pattern B architecture: Spring Boot (API Gateway, port 8080), FastAPI (internal-only, port 8000), PostgreSQL (metadata), ChromaDB (VectorDB dev), Redis (Celery), and Vue.js/Nginx (frontend, port 3000).
문제·기회
No response
제안 내용
No response
완료 기준(AC)
관련 참고자료
No response
관련 이슈·블로커
No response
한줄 설명
Create Docker Compose configuration for all services implementing Pattern B architecture: Spring Boot (API Gateway, port 8080), FastAPI (internal-only, port 8000), PostgreSQL (metadata), ChromaDB (VectorDB dev), Redis (Celery), and Vue.js/Nginx (frontend, port 3000).
문제·기회
No response
제안 내용
No response
완료 기준(AC)
docker-compose.ymldefines 6 services: postgres, redis, chromadb, backend, ai-service, frontendgaji-networkfor inter-service communicationpostgres-data:/var/lib/postgresql/datachromadb-data:/chroma/chroma(VectorDB for dev).envfile (not hardcoded in compose)http://localhost:8080http://ai-service:8000(Docker network ONLY)http://localhost:8001(dev only)http://localhost:3000localhost:5432localhost:6379depends_onconditionsdocker-compose upbrings up entire stack in < 3 minutes관련 참고자료
No response
관련 이슈·블로커
No response