qdrant-web-ui
qdrant-web-ui copied to clipboard
Enhance Vite Configuration and Add Docker Support
Type
enhancement, other
Description
- Updated Vite to version
5.0.10
and switched to@vitejs/plugin-react-swc
for better performance and compatibility. - Adjusted Vite server configuration to listen on host
0.0.0.0
and port3000
. - Added Docker support with a
Dockerfile
anddocker-compose.yml
for containerization and orchestration. - Updated the
start
script inpackage.json
to use the--host
flag for compatibility with Docker. - Included new development dependencies
@swc/cli
and@swc/core
for SWC support. - Updated the README with Docker Compose instructions.
PR changes walkthrough
Relevant files | |||||||||
---|---|---|---|---|---|---|---|---|---|
Enhancement | 4 files
| ||||||||
Documentation | 1 files
|