Files
productcanvas/docker-compose.yml
2026-02-03 10:37:16 +08:00

15 lines
436 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

version: '3.8'
services:
product-canvas:
image: 935732994/pmtools
ports:
- "3000:3000"
container_name: product-canvas-app
restart: unless-stopped
environment:
# 是否启用图片解析功能Vision API默认启用
- ENABLE_VISION=true
#volumes:
# 可选:挂载自定义配置文件覆盖默认配置
# - ./config.json:/usr/share/nginx/html/config.json:ro