Custom Domains

Use your own domain with automatic SSL certificates.

Setup Steps

  1. 1
    Add domain in SnapDeploy

    Go to container settings → Domains → Add Domain

  2. 2
    Configure DNS

    Add a CNAME record at your DNS provider

  3. 3
    Wait for verification

    SSL certificate is auto-provisioned (5-30 minutes)

DNS Configuration

Add this CNAME record at your DNS provider:

Type: CNAME
Name: www (or @ for apex)
Value: your-container.containers.snapdeploy.dev
TTL: Auto or 300

Features

  • Free SSL: Let's Encrypt certificates auto-renewed
  • HTTPS Redirect: Automatic HTTP → HTTPS redirect
  • Multiple Domains: Add multiple domains per container
  • Wildcard Support: Enterprise plan supports wildcard domains

Apex Domain (Root Domain)

For apex domains (example.com without www), you have two options:

  1. Use a DNS provider that supports CNAME flattening (Cloudflare, Route 53)
  2. Use an ALIAS/ANAME record if your provider supports it
  3. Redirect apex to www subdomain