This commit is contained in:
archer
2026-03-31 22:46:45 +08:00
parent 9c2f1ee680
commit bb329e4348
31 changed files with 264 additions and 165 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
# - pg: 5432
# - mongo: 27017
# - redis: 6379
# - fastgpt-sandbox: 3002
# - fastgpt-code-sandbox: 3002
# - fastgpt-plugin: 3003
# - aiproxy: 3010
# - 使用 pgvector 作为默认的向量库
@@ -168,7 +168,7 @@ services:
retries: 3
code-sandbox:
container_name: code-sandbox
image: ${{fastgpt-sandbox.image}}:${{fastgpt-sandbox.tag}}
image: ${{fastgpt-code-sandbox.image}}:${{fastgpt-code-sandbox.tag}}
ports:
- 3002:3000
networks: