CECs_annotating_agent / docker-compose.yml
Qianhui19's picture
Upload 2 files
e62c393 verified
raw
history blame contribute delete
443 Bytes
version: '3'services: fastgpt-dify-adapter: image: registry.cn-guangzhou.aliyuncs.com/kangarooking/fastgpt-dify-adapter:1.0.1 ports: - "5000:5000" environment: - FASTGPT_BASE_URL=http://host.docker.internal:3000 - DATASET_SEARCH_USING_EXTENSION=false - DATASET_SEARCH_EXTENSION_MODEL=deepseek-chat - DATASET_SEARCH_EXTENSION_BG= - DATASET_SEARCH_USING_RERANK=false restart: unless-stopped