Description:
Create a reproducible local development environment using Docker Compose to orchestrate FastAPI backend, PostgreSQL with pgvector extension, Redis for caching, and React frontend.
Acceptance Criteria:
Docker Compose file configures all services with proper networking
Environment variable management with .env files
Health checks implemented for all services
Hot reload enabled for development
README.md updated with setup instructions
Documentation Links:
Docker Compose Documentation
FastAPI with Docker
PostgreSQL Docker Image
Redis Docker Configuration
pgvector Installation Guide
Description:
Create a reproducible local development environment using Docker Compose to orchestrate FastAPI backend, PostgreSQL with pgvector extension, Redis for caching, and React frontend.
Acceptance Criteria:
Docker Compose file configures all services with proper networking
Environment variable management with .env files
Health checks implemented for all services
Hot reload enabled for development
README.md updated with setup instructions
Documentation Links:
Docker Compose Documentation
FastAPI with Docker
PostgreSQL Docker Image
Redis Docker Configuration
pgvector Installation Guide