Skip to content

Commit

Permalink
bump start period for longer bootstrap time
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Nov 26, 2024
1 parent 70155e2 commit 585dd41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ COPY --chown=django:django . $APP_HOME
USER django

HEALTHCHECK \
--start-period=20s \
--start-interval=1s \
--interval=30s \
--timeout=5s \
--start-period=5s \
--start-interval=1s \
--retries=12 \
CMD ["./healthcheck.sh"]

Expand Down

0 comments on commit 585dd41

Please sign in to comment.