Create (Docker Compose)
Deprecated: Use POST /api/v1/services instead.
Request body
The project UUID.
The server UUID.
The environment name. You need to provide at least one of environment_name or environment_uuid.
The environment UUID. You need to provide at least one of environment_name or environment_uuid.
The Docker Compose raw content.
The destination UUID if the server has more than one destinations.
The application name.
The application description.
The flag to indicate if the application should be deployed instantly.
Use build server.
The flag to connect the service to the predefined Docker network.
Force domain usage even if conflicts are detected. Default is false.
Escape special characters in labels. By default, $ (and other chars) is escaped. So if you write $ in the labels, it will be saved as $$. If you want to use env variables inside the labels, turn this off.
Response
Application created successfully.