Increase Timeout Start

This commit is contained in:
Alexandre
2024-08-25 21:25:05 +02:00
committed by GitHub
parent 07dc697d51
commit 307c019ea9

View File

@@ -164,6 +164,6 @@ ENV HEALTH_PORT="80" \
HEALTHCHECK \
--interval=5s \
--retries=5 \
--start-period=360s \
--start-period=720s \
--timeout=45s \
CMD curl --fail "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || curl --fail http://127.0.0.1:443 || exit 1