feat: Revamp EPUB import process with batch upload support and enhanced API integration
Build and Push Reader Image / docker (push) Failing after 22s
Build and Push Reader Image / docker (push) Failing after 22s
- Introduced a new batch import client for handling multiple EPUB files simultaneously. - Updated API routes for previewing and importing EPUB files, improving error handling and response management. - Enhanced genre management during import, allowing for dynamic creation and association of genres. - Implemented long-fetch handling to accommodate lengthy processing times for large EPUB files. - Refined UI components for better user experience in the import workflow.
This commit is contained in:
@@ -12,7 +12,6 @@ services:
|
||||
environment:
|
||||
# KHÔNG SỬ DỤNG DẤU NGOẶC KÉP "" TRONG DOCKER COMPOSE
|
||||
- DATABASE_URL=postgresql://reader:reader%40123@master-02:5432/reader?schema=public
|
||||
- MONGODB_URI=mongodb://root:virtus%40123@master-02:27017/reader?authSource=admin
|
||||
- NEXTAUTH_SECRET=your-super-secret-key
|
||||
# Sửa thành domain name thực tế bạn đang truy cập
|
||||
- NEXTAUTH_URL=http://master-02:3003
|
||||
|
||||
Reference in New Issue
Block a user