VisioAI Deploy
Back to Home
Ops Deployment

Deploying VisioAI

Quickly host your own local or remote operations copilot instance using Docker configurations.

Docker Compose Quickstart

Run the preconfigured `docker-compose.yml` to spin up PostgreSQL, Redis, and Vector DB dependencies natively:

docker-compose up -d

Then, configure your environment variables in `.env` inside `apps/backend/` and run the development scripts:

npm run build:backend
npm run dev:backend
Read Getting Started Docs