You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have a health check in place?
Either something thats listening on a certain port: HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD curl -f http://localhost:3000/health || exit 1
Or answering a CMD/CMD-SHELL: HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD node /app/healthcheck.js
Thanks for this great project, I like it ❤️
The text was updated successfully, but these errors were encountered:
Would it be possible to have a health check in place?
Either something thats listening on a certain port:
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD curl -f http://localhost:3000/health || exit 1
Or answering a CMD/CMD-SHELL:
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD node /app/healthcheck.js
Thanks for this great project, I like it ❤️
The text was updated successfully, but these errors were encountered: