Skip to content

Commit

Permalink
fix: healthcheck interval
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Oct 15, 2024
1 parent 3d53f48 commit 1ae5692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN mkdir -p ./storage/ && chown -R node:node ./storage/

USER node

HEALTHCHECK --interval=360s --timeout=120s --retries=3 \
HEALTHCHECK --interval=60s --timeout=120s --retries=3 \
CMD curl -f http://localhost:$HTTP_PORT/health || exit 1

CMD ["yarn", "start:prod"]

0 comments on commit 1ae5692

Please sign in to comment.