- Update Dockerfile to support dynamic build-time configuration for multiple LLM providers
- Add comprehensive build arguments for various AI service configurations
- Modify docker-compose.yml to pass environment-specific LLM configuration parameters
- Update .dockerignore to exclude README files during Docker build
- Improve environment variable handling for Vite build process
- Expand support for providers like Gemini, OpenAI, Claude, Ollama, and others
- Implement flexible configuration strategy for LLM services during container build
Enables more robust and configurable deployment of XCode Reviewer with enhanced LLM provider support and improved Docker build flexibility.
- Add Dockerfile for multi-stage build with Node.js and Nginx
- Create docker-compose.yml for simplified container deployment
- Add .dockerignore to optimize Docker build context
- Configure nginx.conf with performance and security optimizations
- Update README.md and README_EN.md with Docker deployment instructions
- Enhance database configuration to support optional Supabase integration
- Improve environment configuration handling for local and containerized environments
Enables easier deployment and provides a standardized container-based setup for the application.