Create (Docker Compose)​
POST
/applications/dockercompose
Create new application based on a docker-compose file.
Authorizations​
bearerAuth
Go to Keys & Tokens
/ API tokens
and create a new token. Use the token as the bearer token.
TypeHTTP (bearer)
Request Body​
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
}
Responses​
Application created successfully.
application/json
JSON
{
"uuid": "string"
}