dokploy_domain_create
dokploy_domain_createCreate and configure domains for applications, Docker services, or preview deployments in Dokploy by specifying host, path, port, HTTPS settings, and certificate types.
Instructions
[domain] domain.create (POST)
Parameters:
host (string, required)
path (any, optional)
port (any, optional)
https (boolean, optional)
applicationId (any, optional)
certificateType (enum: letsencrypt, none, custom, optional)
customCertResolver (any, optional)
composeId (any, optional)
serviceName (any, optional)
domainType (any, optional)
previewDeploymentId (any, optional)
internalPath (any, optional)
stripPath (boolean, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| path | No | ||
| port | No | ||
| https | No | ||
| applicationId | No | ||
| certificateType | No | ||
| customCertResolver | No | ||
| composeId | No | ||
| serviceName | No | ||
| domainType | No | ||
| previewDeploymentId | No | ||
| internalPath | No | ||
| stripPath | No |