Project: AI-Enabled Banking Application Deployment with Docker Compose|
Built and deployed a multi-container banking application using Docker Compose to solve inconsistent local setup and deployment issues across environments, reducing deployment time from 30+ minutes to under 5 minutes. ● Integrated MySQL service with Docker volumes for persistent storage , ensuring zero data loss during restarts. ● Configured Docker bridge networking to enable secure inter-service communication, improving system reliability and reducing exposure risks. ● Implemented MySQL health checks to ensure the application started only after the database was fully ready, reducing failed deployments by 40%. ● Containerized and integrated Ollama to get real time responses from chatbot , enhancing user experience. ● Automated the entire environment setup process , which minimized manual errors, improved consistency, and reduced onboarding/setup time by over ~70%.