Evolve summarizer into AI service with OCR support
This commit is contained in:
+4
-2
@@ -51,7 +51,9 @@ AUTH_JWT_KEY=replace_with_long_random_secret
|
||||
AUTH_ADMIN_EMAIL=you@example.com
|
||||
AUTH_ADMIN_PASSWORD=replace_with_strong_password
|
||||
APP_PUBLIC_BASE_URL=https://your-domain.example
|
||||
SUMMARIZER_BASE_URL=http://summarizer:8001
|
||||
AI_SERVICE_BASE_URL=http://ai-service:8001
|
||||
# Optional backward-compatible alias if older config still references the previous name:
|
||||
SUMMARIZER_BASE_URL=http://ai-service:8001
|
||||
```
|
||||
|
||||
## Database recommendation
|
||||
@@ -89,5 +91,5 @@ If this app is going to be a real production service on Ubuntu:
|
||||
- confirm reverse proxy routes to the frontend correctly
|
||||
- confirm API auth/login works with production config
|
||||
- confirm backend can connect to MariaDB
|
||||
- confirm summarizer container is reachable from backend
|
||||
- confirm AI service container is reachable from backend
|
||||
- confirm reminder and admin/system pages load
|
||||
|
||||
Reference in New Issue
Block a user