We use Docker Compose for easy deployment
- Install Docker Compose
- Set up the env file (see
.env.examplefor reference) - Run the application
docker buildx bake -f docker-bake.hcl -f .env # this has to be done online!
docker compose up -dFor a full local build, ensure you clone the backend and frontend first Folder structure
Sothea-Backend/
Sothea-Frontend/
Biometrics-Deployment/
Then run the following command in the Biometrics-Deployment folder
docker compose -f docker-compose-local.yml up -d --build