@@ -20,7 +20,7 @@ services:
2020 image : ${REGISTRY:-opea}/dataprep:${TAG:-latest}
2121 container_name : dataprep-elasticsearch
2222 ports :
23- - " ${DATAPREP_PORT:-5000}:5000 "
23+ - " ${DATAPREP_PORT:-5001}:5001 "
2424 ipc : host
2525 environment :
2626 no_proxy : ${no_proxy}
@@ -40,7 +40,7 @@ services:
4040 image : ${REGISTRY:-opea}/dataprep:${TAG:-latest}
4141 container_name : dataprep-milvus-server
4242 ports :
43- - " ${DATAPREP_PORT:-5000}:5000 "
43+ - " ${DATAPREP_PORT:-5001}:5001 "
4444 ipc : host
4545 environment :
4646 no_proxy : ${no_proxy}
@@ -66,7 +66,7 @@ services:
6666 image : ${REGISTRY:-opea}/dataprep:${TAG:-latest}
6767 container_name : dataprep-multimodal-milvus-server
6868 ports :
69- - " ${DATAPREP_PORT:-5000}:5000 "
69+ - " ${DATAPREP_PORT:-5001}:5001 "
7070 depends_on :
7171 standalone :
7272 condition : service_healthy
@@ -97,7 +97,7 @@ services:
9797 tei-embedding-serving :
9898 condition : service_healthy
9999 ports :
100- - " ${DATAPREP_PORT:-5000}:5000 "
100+ - " ${DATAPREP_PORT:-5001}:5001 "
101101 ipc : host
102102 environment :
103103 no_proxy : ${no_proxy}
@@ -125,7 +125,7 @@ services:
125125 image : ${REGISTRY:-opea}/dataprep:${TAG:-latest}
126126 container_name : dataprep-opensearch-server
127127 ports :
128- - " ${DATAPREP_PORT:-5000}:5000 "
128+ - " ${DATAPREP_PORT:-5001}:5001 "
129129 depends_on :
130130 opensearch-vector-db :
131131 condition : service_healthy
@@ -147,7 +147,7 @@ services:
147147 image : ${REGISTRY:-opea}/dataprep:${TAG:-latest}
148148 container_name : dataprep-pgvector-server
149149 ports :
150- - " ${DATAPREP_PORT:-5000}:5000 "
150+ - " ${DATAPREP_PORT:-5001}:5001 "
151151 depends_on :
152152 pgvector-db :
153153 condition : service_healthy
@@ -164,7 +164,7 @@ services:
164164 image : ${REGISTRY:-opea}/dataprep:${TAG:-latest}
165165 container_name : dataprep-pinecone-server
166166 ports :
167- - " ${DATAPREP_PORT:-5000}:5000 "
167+ - " ${DATAPREP_PORT:-5001}:5001 "
168168 ipc : host
169169 environment :
170170 no_proxy : ${no_proxy}
@@ -185,7 +185,7 @@ services:
185185 tei-embedding-serving :
186186 condition : service_healthy
187187 ports :
188- - " ${DATAPREP_PORT:-5000}:5000 "
188+ - " ${DATAPREP_PORT:-5001}:5001 "
189189 ipc : host
190190 environment :
191191 no_proxy : ${no_proxy}
@@ -208,7 +208,7 @@ services:
208208 tei-embedding-serving :
209209 condition : service_healthy
210210 ports :
211- - " ${DATAPREP_PORT:-5000}:5000 "
211+ - " ${DATAPREP_PORT:-5001}:5001 "
212212 ipc : host
213213 environment :
214214 no_proxy : ${no_proxy}
@@ -227,7 +227,7 @@ services:
227227 image : ${REGISTRY:-opea}/dataprep:${TAG:-latest}
228228 container_name : dataprep-multimodal-redis-server
229229 ports :
230- - " ${DATAPREP_PORT:-5000}:5000 "
230+ - " ${DATAPREP_PORT:-5001}:5001 "
231231 depends_on :
232232 redis-vector-db :
233233 condition : service_healthy
@@ -250,7 +250,7 @@ services:
250250 image : ${REGISTRY:-opea}/dataprep:${TAG:-latest}
251251 container_name : dataprep-vdms-server
252252 ports :
253- - " ${DATAPREP_PORT:-5000}:5000 "
253+ - " ${DATAPREP_PORT:-5001}:5001 "
254254 depends_on :
255255 vdms-vector-db :
256256 condition : service_healthy
@@ -270,7 +270,7 @@ services:
270270 image : ${REGISTRY:-opea}/dataprep:${TAG:-latest}
271271 container_name : dataprep-vdms-multimodal-server
272272 ports :
273- - " ${DATAPREP_PORT:-5000}:5000 "
273+ - " ${DATAPREP_PORT:-5001}:5001 "
274274 depends_on :
275275 vdms-vector-db :
276276 condition : service_healthy
@@ -297,7 +297,7 @@ services:
297297 tei-embedding-serving :
298298 condition : service_healthy
299299 ports :
300- - " ${DATAPREP_PORT:-5000}:5000 "
300+ - " ${DATAPREP_PORT:-5001}:5001 "
301301 environment :
302302 no_proxy : ${no_proxy}
303303 http_proxy : ${http_proxy}
0 commit comments