Skip to content

Add Docker deployment health checks#1520

Closed
Pratikshya32 wants to merge 2 commits into
Priyanshu-byte-coder:mainfrom
Pratikshya32:fix-1360-docker-healthcheck
Closed

Add Docker deployment health checks#1520
Pratikshya32 wants to merge 2 commits into
Priyanshu-byte-coder:mainfrom
Pratikshya32:fix-1360-docker-healthcheck

Conversation

@Pratikshya32

Copy link
Copy Markdown
Contributor

Summary

  • add a Docker image health check for the production Next.js server
  • add a matching docker-compose health check for local/self-hosted deployments
  • keep the existing multi-stage standalone Next.js Docker build intact

Closes #1360

Testing

  • Docker build was not run in this sandbox.

@vercel

vercel Bot commented May 29, 2026

Copy link
Copy Markdown

@Pratikshya32 is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your first PR on DevTrack! 🎉

A maintainer will review it within 48 hours. While you wait:

  • Make sure CI is passing (type-check + lint)
  • Double-check the PR description is filled out and the issue is linked
  • Feel free to ask questions in Discussions if you need help

If you find DevTrack useful, a ⭐ star on the repo is always appreciated — it helps the project grow and attract more contributors!

@Priyanshu-byte-coder Priyanshu-byte-coder left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR now has merge conflicts with main due to recent merges. Please rebase onto the latest main branch and resolve all conflicts to proceed with merging.

@Pratikshya32

Copy link
Copy Markdown
Contributor Author

@Priyanshu-byte-coder Thank you for the review feedback! I've noted the merge conflicts with main. I will rebase this branch onto the latest main and resolve all conflicts shortly. The core Docker health check changes (Dockerfile + docker-compose.yml) are minimal and should rebase cleanly. Will push the updated branch soon. 🔄

@Pratikshya32
Pratikshya32 force-pushed the fix-1360-docker-healthcheck branch from 79f29ac to 9516fc7 Compare May 30, 2026 08:45
@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:devops GSSoC type bonus: devops (+15 pts) type:feature GSSoC type bonus: new feature labels May 30, 2026
@Pratikshya32

Copy link
Copy Markdown
Contributor Author

@Priyanshu-byte-coder I have fully resolved the merge conflicts and rebased the branch onto the latest main. The massive file diff was fixed and the PR now cleanly contains just the requested Docker health check additions (Dockerfile + docker-compose). This is resolved and ready for a final review/merge! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc26 GSSoC 2026 contribution type:devops GSSoC type bonus: devops (+15 pts) type:feature GSSoC type bonus: new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Add Docker multi-stage containerization support for devtrack deployment

2 participants