ans123's picture
Initial upload from Colab
ef1ad9e verified
MiraLabs Application Deployment (Local - Windows)
This project allows you to deploy the MiraLabs application on a local Windows machine using Docker. It includes services for the backend, frontend, and a PostgreSQL database
Features
All services are connected to a PostgreSQL container.
Containers wait until the database is in a healthy condition before starting.
Seamless local deployment with Docker Compose.
Steps to Deploy
*Build and run the containers:
docker-compose build
*Run the containers in detached mode after images are created:
docker-compose up -d
After successful deployment, the services will be available at their respective ports:
Backend (AI Service): http://localhost:8001