create_dockerimage_application
Create a new application from a Docker image by specifying the image name, ports to expose, and deployment environment on Coolify.
Instructions
Create a new application from a Docker image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_uuid | Yes | Project UUID | |
| environment_name | Yes | Environment name | |
| environment_uuid | No | Environment UUID (optional) | |
| server_uuid | Yes | Server UUID | |
| destination_uuid | No | Destination UUID (optional if server has single destination) | |
| docker_registry_image_name | Yes | Docker image name (e.g., "nginx", "nginx:latest", "nginx:1.21") | |
| docker_registry_image_tag | No | Docker image tag (optional if included in image name) | |
| ports_exposes | Yes | Ports to expose (e.g., "3000,8080") | |
| name | No | Application name (optional, auto-generated if not provided) | |
| description | No | Application description | |
| instant_deploy | No | Deploy immediately after creation |