Skip to content

feat: Add Docker support with Docker Compose - #529

Open
Prabhsaini04 wants to merge 1 commit into
krishnaacharyaa:mainfrom
Prabhsaini04:main
Open

feat: Add Docker support with Docker Compose#529
Prabhsaini04 wants to merge 1 commit into
krishnaacharyaa:mainfrom
Prabhsaini04:main

Conversation

@Prabhsaini04

@Prabhsaini04 Prabhsaini04 commented Jul 16, 2026

Copy link
Copy Markdown

📋 Description

This PR adds Docker support to the Wanderlust project, enabling developers to quickly build and run the complete application using Docker and Docker Compose.

✨ Changes Made

  • Added Dockerfile for the backend service.
  • Added multi-stage Dockerfile for the frontend service.
  • Added .dockerignore files to optimize Docker image builds.
  • Added docker-compose.yml for orchestrating:
    • Frontend
    • Backend
    • MongoDB
    • Redis
  • Updated Docker build process to ensure successful image creation during testing.

🧪 Testing

The following was verified locally:

  • ✅ Backend image builds successfully.
  • ✅ Frontend image builds successfully.
  • ✅ MongoDB container starts successfully.
  • ✅ Redis container starts successfully.
  • ✅ Backend connects to MongoDB and Redis.
  • ✅ Frontend communicates with the backend correctly.
  • ✅ Entire application runs successfully using Docker Compose.

📌 Notes

This PR only introduces containerization support and does not modify the existing application logic or user-facing functionality.

Thank you for reviewing my contribution! 🚀

@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
wanderlust Error Error Jul 16, 2026 4:06pm
wanderlust-backend Error Error Jul 16, 2026 4:06pm

@github-actions

Copy link
Copy Markdown

Umm... did someone forget to read the style guide? Fix that PR title and let's try again! @Prabhsaini04
Don't worry, it happens to the best of us! Check out our contributor guidelines for more details.

@Prabhsaini04 Prabhsaini04 changed the title Add Docker support with multi-stage builds and Docker Compose feat: Add Docker support with Docker Compose Jul 16, 2026
@github-actions

Copy link
Copy Markdown

Hey @Prabhsaini04! Thanks for sticking to the guidelines! High five! 🙌🏻

1 similar comment
@github-actions

Copy link
Copy Markdown

Hey @Prabhsaini04! Thanks for sticking to the guidelines! High five! 🙌🏻

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant