Skip to content

Add Docker Support for Backend Service

ashritha kunjeti requested to merge feat/docker-backend into develop

Description:

This MR introduces Docker support for the backend service to enable consistent and portable execution across environments.

Changes Made:

Added Dockerfile for containerizing the backend Added .dockerignore to optimize build context Added entrypoint.sh to manage application startup Configured environment-based host and port (ASR_HOST, ASR_PORT) Updated application startup to use uvicorn in a production-friendly way docker-compose.yml README.md main.py

Edited by ashritha kunjeti

Merge request reports

Loading