Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 089d0da1 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Increase docker health wait time

parent 1dde50a8
Branches EDELIVERY-12495-update-eupl-licence-for-ddc
No related tags found
No related merge requests found
Pipeline #132649 failed
......@@ -103,7 +103,7 @@ WORKDIR $WL_DOMAIN_HOME
# Expose ports for admin, managed server, and debug
EXPOSE $WL_ADMIN_PORT $WL_ADMIN_HTTPS_PORT $WL_MANAGED_SERVER_PORT $WL_DEBUG_PORT
HEALTHCHECK --interval=20s --timeout=10s --start-period=60s --retries=20 \
HEALTHCHECK --interval=20s --timeout=10s --start-period=60s --retries=30 \
CMD ${ORACLE_HOME}/healtcheck.sh || exit 1
# Define default command to start bash.
......
......@@ -102,7 +102,7 @@ WORKDIR $WL_DOMAIN_HOME
# Expose ports for admin, managed server, and debug
EXPOSE $WL_ADMIN_PORT $WL_ADMIN_HTTPS_PORT $WL_MANAGED_SERVER_PORT $WL_DEBUG_PORT
HEALTHCHECK --interval=20s --timeout=10s --start-period=60s --retries=20 \
HEALTHCHECK --interval=20s --timeout=10s --start-period=60s --retries=30 \
CMD ${ORACLE_HOME}/healtcheck.sh || exit 1
# Define default command to start bash.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment