Deprecated
Create (Docker Compose) (Deprecated)​
POST
/applications/dockercompose
Create new application based on a docker-compose file (without git).
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Request Body​
application/json
JSON
{
"project_uuid": "string",
"server_uuid": "string",
"environment_name": "string",
"environment_uuid": "string",
"docker_compose_raw": "string",
"destination_uuid": "string",
"name": "string",
"description": "string",
"instant_deploy": true,
"use_build_server": true,
"connect_to_docker_network": true,
"force_domain_override": true,
"is_container_label_escape_enabled": true
}
Responses​
Application created successfully.
application/json
JSON
{
"uuid": "string"
}
