Match Healthcheck with remote_call timeout
This commit is contained in:
parent
43345f5851
commit
dda4e55f9e
1 changed files with 3 additions and 3 deletions
|
|
@ -23,9 +23,9 @@ RUN python3 -m pip --no-cache-dir install --upgrade pip &&\
|
||||||
rm -rf great_ai
|
rm -rf great_ai
|
||||||
|
|
||||||
HEALTHCHECK \
|
HEALTHCHECK \
|
||||||
--interval=10s \
|
--interval=30s \
|
||||||
--timeout=60s \
|
--timeout=180s \
|
||||||
--start-period=30s \
|
--start-period=60s \
|
||||||
--retries=5 \
|
--retries=5 \
|
||||||
CMD [ "curl", "--fail", "http://localhost:6060/health" ]
|
CMD [ "curl", "--fail", "http://localhost:6060/health" ]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue