Deployment Guide
Table of Contents
This page describes how to deploy the Data Valuation Engine using Docker Compose. The system includes:
-
Backend API (FastAPI / Uvicorn)
-
Frontend UI (Vue 3 / Vite)
-
MongoDB
-
Keycloak authentication
Prerequisites
-
Docker and Docker Compose installed on the deployment machine
-
A
.envfile configured (see Configuration)
Deployment with Docker Compose
Ports and URLs
The exact ports depend on your .env, but typically:
-
Frontend UI:
http://localhost:3000 -
Backend API:
http://localhost:8082 -
OpenAPI (Swagger):
http://localhost:8082/api/docs