coolify_create_public_application
Create a public application in Coolify by specifying project, server, environment, Git repository, build pack, and port configuration for deployment.
Instructions
Create a public application
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| build_pack | Yes | Build pack type | |
| environment_name | Yes | Environment name | |
| git_branch | No | Git branch | main |
| git_repository | Yes | Git repository URL | |
| name | No | Application name | |
| ports_exposes | Yes | Port configuration | |
| project_uuid | Yes | Project UUID | |
| server_uuid | Yes | Server UUID |