feat: 初始化星元智灵人脸识别回收箱项目

This commit is contained in:
FinleyHsu
2026-07-28 10:48:03 +08:00
commit 32a31f0909
112 changed files with 28469 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
management-console:
build: .
container_name: smart-recycling-console
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- console-data:/app/.wrangler/state
environment:
- NODE_ENV=production
volumes:
console-data: