2.5 KiB
Return to top
Deprecated
Create (Docker Compose)
========================================================================================================================================
POST
/applications/dockercompose
Deprecated: Use POST /api/v1/services instead.
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
SchemaJSON
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
201400401409
Application created successfully.
Content-Type
application/json
SchemaJSON
JSON
{
"uuid": "string"
}
POST
/applications/dockercompose
Playground
Authorization
bearerAuth
Body
Try it out
Samples
Powered by VitePress OpenAPI