Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/dockerize application - Add Dockerization to Application #1

Open
wants to merge 57 commits into
base: main
Choose a base branch
from

Conversation

kapilkumaria
Copy link

This PR adds Docker support to the application, enabling containerized deployment for easier scalability and portability.

Key Changes:

  • Added Dockerfile for FastAPI application.
  • Created docker-compose.yml for multi-service orchestration.
  • Updated README with Docker setup instructions.

Testing Steps:

  1. Run docker-compose up to launch the application in a containerized environment.
  2. Verify that the application is accessible on localhost:8000.

@kapilkumaria
Copy link
Author

This PR adds Docker support to the application, enabling containerized deployment for easier scalability and portability.

Key Changes:

  • Added Dockerfile for FastAPI application.
  • Created docker-compose.yml for multi-service orchestration.
  • Updated README with Docker setup instructions.

Testing Steps:

  1. Run docker-compose up to launch the application in a containerized environment.
  2. Verify that the application is accessible on localhost:8000.

@kapilkumaria kapilkumaria reopened this Dec 5, 2024
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.

2 participants