coolify_create_dockerfile_application
Create and deploy Dockerfile-based applications by configuring project settings, server details, Git repository, and port exposure for containerized deployments.
Instructions
Create a Dockerfile application
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dockerfile_location | No | Dockerfile location | /Dockerfile |
| 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 |