mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Chore(docker): Remove outdated sandbox config (#10977)
### What problem does this PR solve? Remove outdated sandbox config ### Type of change - [x] Refactoring
This commit is contained in:
10
docker/.env
10
docker/.env
@ -214,14 +214,6 @@ REGISTER_ENABLED=1
|
|||||||
# SANDBOX_MAX_MEMORY=256m # b, k, m, g
|
# SANDBOX_MAX_MEMORY=256m # b, k, m, g
|
||||||
# SANDBOX_TIMEOUT=10s # s, m, 1m30s
|
# SANDBOX_TIMEOUT=10s # s, m, 1m30s
|
||||||
|
|
||||||
# Important: To enable sandbox, you must re-declare the compose profiles.
|
# Enable DocLing and Mineru
|
||||||
# 1. Comment out the COMPOSE_PROFILES line above.
|
|
||||||
# 2. Uncomment one of the following based on your chosen document engine:
|
|
||||||
# - For Elasticsearch:
|
|
||||||
# COMPOSE_PROFILES=elasticsearch,sandbox
|
|
||||||
# - For Infinity:
|
|
||||||
# COMPOSE_PROFILES=infinity,sandbox
|
|
||||||
# - For OpenSearch:
|
|
||||||
# COMPOSE_PROFILES=opensearch,sandbox
|
|
||||||
USE_DOCLING=false
|
USE_DOCLING=false
|
||||||
USE_MINERU=false
|
USE_MINERU=false
|
||||||
|
|||||||
Reference in New Issue
Block a user