Signed-off-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
ZePan110
2025-05-21 09:57:41 +08:00
parent 33d0408a8d
commit fd7d40f565
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ services:
- redis-vector-db - redis-vector-db
- lvm-llava - lvm-llava
ports: ports:
- "${DATAPREP_MMR_PORT}:5000" - "${DATAPREP_MMR_PORT:-6007}:5000"
environment: environment:
no_proxy: ${no_proxy} no_proxy: ${no_proxy}
http_proxy: ${http_proxy} http_proxy: ${http_proxy}

View File

@@ -81,7 +81,7 @@ services:
- milvus-standalone - milvus-standalone
- lvm-llava - lvm-llava
ports: ports:
- "${DATAPREP_MMR_PORT}:5000" - "${DATAPREP_MMR_PORT:-6007}:5000"
environment: environment:
no_proxy: ${no_proxy} no_proxy: ${no_proxy}
http_proxy: ${http_proxy} http_proxy: ${http_proxy}

View File

@@ -41,7 +41,7 @@ services:
- redis-vector-db - redis-vector-db
- lvm - lvm
ports: ports:
- "${DATAPREP_MMR_PORT}:5000" - "${DATAPREP_MMR_PORT:-6007}:5000"
environment: environment:
no_proxy: ${no_proxy} no_proxy: ${no_proxy}
http_proxy: ${http_proxy} http_proxy: ${http_proxy}

View File

@@ -79,7 +79,7 @@ services:
- "milvus-standalone" - "milvus-standalone"
- "lvm" - "lvm"
ports: ports:
- "${DATAPREP_MMR_PORT}:5000" - "${DATAPREP_MMR_PORT:-6007}:5000"
environment: environment:
no_proxy: ${no_proxy} no_proxy: ${no_proxy}
http_proxy: ${http_proxy} http_proxy: ${http_proxy}