Skip to content

Commit 4c23ca8

Browse files
Fix for TEI Reranking Server
Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
1 parent e8d8ca0 commit 4c23ca8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

CogniwareIms/docker_compose/intel/cpu/xeon/compose.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ services:
8080
container_name: embedding-tei-server
8181
depends_on:
8282
tei-embedding-service:
83-
condition: service_healthy
83+
condition: service_started
8484
ports:
8585
- "6000:6000"
8686
ipc: host
@@ -141,16 +141,16 @@ services:
141141
test: ["CMD", "curl", "-f", "http://localhost:80/health"]
142142
interval: 30s
143143
timeout: 10s
144-
retries: 10
145-
start_period: 180s
144+
retries: 15
145+
start_period: 300s
146146

147147
# Reranking Microservice
148148
reranking:
149149
image: opea/reranking-tei:latest
150150
container_name: reranking-tei-server
151151
depends_on:
152152
tei-reranking-service:
153-
condition: service_healthy
153+
condition: service_started
154154
ports:
155155
- "8000:8000"
156156
ipc: host
@@ -201,7 +201,7 @@ services:
201201
container_name: llm-tgi-server
202202
depends_on:
203203
tgi-service:
204-
condition: service_healthy
204+
condition: service_started
205205
ports:
206206
- "9000:9000"
207207
ipc: host
@@ -226,7 +226,7 @@ services:
226226
redis-vector-db:
227227
condition: service_healthy
228228
tei-embedding-service:
229-
condition: service_healthy
229+
condition: service_started
230230
ports:
231231
- "6007:6007"
232232
environment:
@@ -324,4 +324,4 @@ volumes:
324324

325325
networks:
326326
default:
327-
driver: bridge
327+
driver: bridge

0 commit comments

Comments
 (0)