Skip to main content
This guide covers service startup, health checks, connectivity testing, and verification steps for both local development and production deployments.

Start Services

Launch your Weam AI application services using Docker Compose.
Navigate to project directory and start services:
Expected container status: All services should show “Up” status for successful startup.

Service Health Verification

Verify each Weam AI service is running correctly and responding to requests.

Container Status Check

Monitor Docker container health and resource usage:

Service Port Configuration

Verify services are listening on correct ports:

Connectivity Testing

Test API endpoints and service communication to ensure proper functionality.

Local Development Testing

Test each service endpoint for local development environment:
Expected responses:
  • Frontend: HTML page or redirect response
  • Backend API: JSON health status
  • Vector DB: Qdrant status information

Production Deployment Testing

Test production deployment through NGINX proxy:
SSL verification checklist:
  • Certificate valid and not expired
  • Domain name matches certificate
  • Certificate chain complete
  • HTTPS redirect working

Vector Database Test

Test Qdrant vector database for AI functionality:
Your Weam AI installation is now ready for use! Start exploring the features and building your team workflows.