Skip to content

Feature/dockerize application - Add Dockerization to Application#1

Open
kapilkumaria wants to merge 57 commits intoThe-DevOps-Dojo:mainfrom
kapilkumaria:feature/dockerize-application
Open

Feature/dockerize application - Add Dockerization to Application#1
kapilkumaria wants to merge 57 commits intoThe-DevOps-Dojo:mainfrom
kapilkumaria:feature/dockerize-application

Conversation

@kapilkumaria
Copy link
Copy Markdown

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
Copy Markdown
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