Commit Graph

3 Commits

Author SHA1 Message Date
hailin 278e53344f feat: add restart: always to all Docker services
Docker will auto-restart all containers when Docker Desktop starts.
Combined with Docker Desktop's "start on login" setting, this ensures
all services survive macOS reboots without custom LaunchDaemons.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 05:10:03 -07:00
hailin eb04d7da3b fix: use host network for Docker build, remove obsolete version
Build stage uses network: host so pip can resolve DNS through host.
Removed version: "3.9" (obsolete warning).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 00:47:31 -07:00
hailin 6e3127e7d6 feat: DataViz Pro full-stack data visualization platform
- Frontend: Next.js + React + TypeScript + ECharts + Ant Design + Redux/Zustand (Clean Architecture)
- Backend: FastAPI + PostgreSQL + SQLAlchemy (DDD + Clean Architecture + Microservices)
- 4 microservices: data-service, chart-service, template-service, export-service
- 15+ chart types, drag-drop layout, multi-format export
- Docker Compose orchestration

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 23:20:12 -07:00