File size: 738 Bytes
ef1ad9e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
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
|