Commit graph

9 commits

Author SHA1 Message Date
943d56d478 Add GPU passthrough for BERT model acceleration 2026-03-13 18:09:48 +07:00
2279d2a321 Build from source, fix API base URL to use Vite proxy 2026-03-13 01:04:15 +07:00
761dbddbf9 Set VITE_API_BASE_URL to empty for proxy-based routing 2026-03-13 00:56:01 +07:00
ead97087ac Use environment vars from Coolify instead of env_file 2026-03-13 00:45:20 +07:00
c20d293e5f Patch vite allowedHosts at container startup 2026-03-13 00:40:50 +07:00
452da00064 Use expose instead of ports for Coolify compatibility 2026-03-13 00:21:20 +07:00
666ghj
0efd9352a0 feat(docker): add Docker support with Dockerfile, docker-compose.yml, and .dockerignore; update README for Docker deployment instructions 2026-01-22 14:35:41 +08:00
666ghj
a47eb1eaef Refactor project structure by removing Docker support and updating environment configuration
- Deleted docker-compose.yml, backend Dockerfile, frontend Dockerfile, and nginx configuration to streamline project setup.
- Updated .env.example to reorganize LLM and ZEP API configurations for clarity and ease of use.
- Enhanced README.md to reflect changes in project structure and provide clearer setup instructions.
2025-12-19 13:58:35 +08:00
666ghj
e432e223df Update project configuration and structure with Docker support and environment variable adjustments
- Updated .env.example to reflect new LLM configuration with Aliyun's API.
- Enhanced .gitignore to include additional files and directories for better exclusion of sensitive and build artifacts.
- Added docker-compose.yml for streamlined deployment of backend and frontend services.
- Introduced Dockerfiles for both backend and frontend to facilitate containerized builds.
- Created README.md to provide comprehensive project documentation and setup instructions.
- Established nginx configuration for frontend to support API proxying and static file serving.
2025-12-17 18:17:40 +08:00