Deployment Methods
On-Prem Deployment Guide (Azure)
You have two options for deploying services:
Method 1: Using deploy.sh Script (Recommended)
This is the easiest and recommended method. The script handles:
Automatic ECR authentication
Image pulling with prompts
Service deployment
Health checks
Log viewing
Method 2: Using Docker Compose Directly
For more control or if you prefer manual steps.
Last updated