增加了图片上传解析的功能
This commit is contained in:
@@ -6,4 +6,10 @@ services:
|
||||
ports:
|
||||
- "3000:3000"
|
||||
container_name: product-canvas-app
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
# 是否启用图片解析功能(Vision API),默认启用
|
||||
- ENABLE_VISION=true
|
||||
volumes:
|
||||
# 可选:挂载自定义配置文件覆盖默认配置
|
||||
# - ./config.json:/usr/share/nginx/html/config.json:ro
|
||||
Reference in New Issue
Block a user