mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 12:33:03 +00:00
fix: docker cleanup job
This commit is contained in:
11
openapi.yaml
11
openapi.yaml
@@ -4523,14 +4523,14 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: integer
|
||||
cleanup_after_percentage:
|
||||
type: integer
|
||||
concurrent_builds:
|
||||
type: integer
|
||||
dynamic_timeout:
|
||||
type: integer
|
||||
force_disabled:
|
||||
type: boolean
|
||||
force_server_cleanup:
|
||||
type: boolean
|
||||
is_build_server:
|
||||
type: boolean
|
||||
is_cloudflare_tunnel:
|
||||
@@ -4577,6 +4577,10 @@ components:
|
||||
type: integer
|
||||
metrics_token:
|
||||
type: string
|
||||
docker_cleanup_frequency:
|
||||
type: string
|
||||
docker_cleanup_threshold:
|
||||
type: integer
|
||||
server_id:
|
||||
type: integer
|
||||
wildcard_domain:
|
||||
@@ -4613,6 +4617,9 @@ components:
|
||||
docker_compose:
|
||||
type: string
|
||||
description: 'The docker-compose.yml file that is parsed and modified by Coolify.'
|
||||
destination_type:
|
||||
type: string
|
||||
description: 'Destination type.'
|
||||
destination_id:
|
||||
type: integer
|
||||
description: 'The unique identifier of the destination where the service is running.'
|
||||
|
||||
Reference in New Issue
Block a user