feat(project): 项目完结

This commit is contained in:
peakxy
2026-05-30 23:16:49 +08:00
commit 60e7777cbd
97 changed files with 15027 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: '3.8'
services:
ai-draw-io-front:
container_name: ai-draw-io-front
image: fuzhengwei/ai-draw-io-front:1.0
restart: always
ports:
- "3000:3000"
environment:
# Also set it as runtime environment variable (for server-side rendering if applicable)
- NEXT_PUBLIC_API_BASE_URL=${NEXT_PUBLIC_API_BASE_URL:-http://localhost:8091/api/v1}
- NODE_ENV=production