coolify_create_application_dockerfile
Create an application from a Dockerfile by providing the file content and configuring project, server, environment, and ports to expose.
Instructions
Create an application from a Dockerfile
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Application name | |
| dockerfile | No | Dockerfile content (base64 encoded) | |
| git_branch | No | Git branch | |
| server_uuid | Yes | Server UUID | |
| project_uuid | Yes | Project UUID | |
| ports_exposes | Yes | Ports to expose | |
| git_repository | No | Git repository URL | |
| instant_deploy | No | Deploy immediately | |
| environment_name | Yes | Environment name |