Skip to content

Commit

Permalink
bump docker healthcheck retries (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored May 25, 2024
1 parent bafac12 commit f051cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ HEALTHCHECK \
--interval=10s \
--timeout=5s \
--start-period=10s \
--retries=24 \
--retries=48 \
CMD ["/app/scripts/healthcheck.sh"]

WORKDIR /app
2 changes: 1 addition & 1 deletion docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ HEALTHCHECK \
--interval=30s \
--timeout=5s \
--start-period=10s \
--retries=6 \
--retries=12 \
CMD ["/app/healthcheck.sh"]

COPY . ${APP_HOME}
Expand Down

0 comments on commit f051cab

Please sign in to comment.