feat(deploy): fix docker deployment and add backend i18n
- Docker Deployment Fixes: - Switch base images to docker.m.daocloud.io to resolve registry 401 errors - Add Postgres and Redis services to docker-compose.traefik.yml - Fix frontend build: replace missing icons (Globe->Location, Chart->TrendCharts) - Fix frontend build: resolve pnpm CI/TTY issues and frozen lockfile errors - Add missing backend dependencies (sqlalchemy, psycopg2, redis-py, celery, docker-py) in pixi.toml - Ensure database tables are created on startup (lifespan event) - Backend Internationalization (i18n): - Add backend/app/core/i18n.py for locale handling - Update API endpoints (jobs, tasks, uploads, results) to return localized messages - Support 'Accept-Language' header (en/zh) - Documentation: - Update DOCKER_DEPLOYMENT.md with new architecture and troubleshooting - Update AGENTS.md with latest stack details and deployment steps - Update @fix_plan.md status Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
10
status.json
Normal file
10
status.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"timestamp": "2026-01-14T03:35:33+00:00",
|
||||
"loop_count": 1,
|
||||
"calls_made_this_hour": 0,
|
||||
"max_calls_per_hour": 100,
|
||||
"last_action": "interrupted",
|
||||
"status": "stopped",
|
||||
"exit_reason": "",
|
||||
"next_reset": "12:35:33"
|
||||
}
|
||||
Reference in New Issue
Block a user