File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
deployment/docker_compose Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ services:
323
323
else
324
324
exec uvicorn model_server.main:app --host 0.0.0.0 --port 9000;
325
325
fi"
326
- restart : on-failure
326
+ restart : always
327
327
environment :
328
328
- MIN_THREADS_ML_MODELS=${MIN_THREADS_ML_MODELS:-}
329
329
# Set to debug to get more fine-grained logs
@@ -354,7 +354,7 @@ services:
354
354
else
355
355
exec uvicorn model_server.main:app --host 0.0.0.0 --port 9000;
356
356
fi"
357
- restart : on-failure
357
+ restart : always
358
358
environment :
359
359
- INDEX_BATCH_SIZE=${INDEX_BATCH_SIZE:-}
360
360
- MIN_THREADS_ML_MODELS=${MIN_THREADS_ML_MODELS:-}
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ services:
145
145
else
146
146
exec uvicorn model_server.main:app --host 0.0.0.0 --port 9000;
147
147
fi"
148
- restart : on-failure
148
+ restart : always
149
149
environment :
150
150
- MIN_THREADS_ML_MODELS=${MIN_THREADS_ML_MODELS:-}
151
151
# Set to debug to get more fine-grained logs
@@ -173,7 +173,7 @@ services:
173
173
else
174
174
exec uvicorn model_server.main:app --host 0.0.0.0 --port 9000;
175
175
fi"
176
- restart : on-failure
176
+ restart : always
177
177
environment :
178
178
- MIN_THREADS_ML_MODELS=${MIN_THREADS_ML_MODELS:-}
179
179
- INDEXING_ONLY=True
You can’t perform that action at this time.
0 commit comments