Skip to main content

Coolify Deployment

Coolify is our self-hosted PaaS running at https://hq.jettaintelligence.com. It handles container deployment, SSL certificates, and reverse proxy configuration.

Overview

All Jetta services are deployed through Coolify, which provides:

  • Git-based deployments - Push to deploy
  • Automatic SSL - Let's Encrypt certificates
  • Health checks - Service monitoring
  • Environment variables - Secrets management integration

Quick Start

# List all applications
mcpammer coolify list

# Get application details
mcpammer coolify get <app-id>

# Rebuild an application
mcpammer coolify rebuild <app-id>

More Documentation

Full documentation coming soon. See the deploying-new-service guide for deployment workflows.