Shorthen startup

This commit is contained in:
Andras Schmelczer 2022-06-26 14:37:52 +02:00
parent 3b9c15d2aa
commit c284b3686b
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

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