Shorthen startup
This commit is contained in:
parent
0970877dfa
commit
e84bf3b37b
1 changed files with 2 additions and 2 deletions
|
|
@ -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" ]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue