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
- lvm-llava
ports:
- "${DATAPREP_MMR_PORT}:5000"
- "${DATAPREP_MMR_PORT:-6007}:5000"
environment:
no_proxy: ${no_proxy}
http_proxy: ${http_proxy}

View File

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

View File

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

View File

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