Match Healthcheck with remote_call timeout

This commit is contained in:
Andras Schmelczer 2022-07-11 12:10:52 +02:00
parent 43345f5851
commit dda4e55f9e
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -23,9 +23,9 @@ RUN python3 -m pip --no-cache-dir install --upgrade pip &&\
rm -rf great_ai
HEALTHCHECK \
--interval=10s \
--timeout=60s \
--start-period=30s \
--interval=30s \
--timeout=180s \
--start-period=60s \
--retries=5 \
CMD [ "curl", "--fail", "http://localhost:6060/health" ]