- Add docker/ directory with Dockerfile for backend and frontend
- Backend: pytorch/pytorch CUDA base image with all qwen_tts deps
- Frontend: multi-stage nginx build with /api/ proxy to backend
- docker-compose.yml (CPU) + docker-compose.gpu.yml (GPU overlay)
- Fix /users/me returning 404 due to missing route (was caught by /{user_id})
- Update .gitignore to exclude docker/models, docker/data, docker/.env
- Update README and README.zh.md with Docker deployment instructions
Images: bdim404/qwen3-tts-backend, bdim404/qwen3-tts-frontend
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
267 B
Plaintext
17 lines
267 B
Plaintext
.git
|
|
docs
|
|
images
|
|
**/__pycache__
|
|
**/*.pyc
|
|
**/*.pyo
|
|
qwen3-tts-backend/Qwen
|
|
qwen3-tts-backend/outputs
|
|
qwen3-tts-backend/voice_cache
|
|
qwen3-tts-backend/*.db
|
|
qwen3-tts-backend/.env
|
|
qwen3-tts-frontend/node_modules
|
|
qwen3-tts-frontend/dist
|
|
qwen3-tts-frontend/.env
|
|
models
|
|
data
|