mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-06 12:27:48 +00:00
Update openapi.yaml with static_image property
This commit is contained in:
20
openapi.yaml
20
openapi.yaml
@@ -98,6 +98,10 @@ paths:
|
||||
is_static:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the application is static.'
|
||||
static_image:
|
||||
type: string
|
||||
enum: ['nginx:alpine']
|
||||
description: 'The static image.'
|
||||
install_command:
|
||||
type: string
|
||||
description: 'The install command.'
|
||||
@@ -323,6 +327,10 @@ paths:
|
||||
is_static:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the application is static.'
|
||||
static_image:
|
||||
type: string
|
||||
enum: ['nginx:alpine']
|
||||
description: 'The static image.'
|
||||
install_command:
|
||||
type: string
|
||||
description: 'The install command.'
|
||||
@@ -548,6 +556,10 @@ paths:
|
||||
is_static:
|
||||
type: boolean
|
||||
description: 'The flag to indicate if the application is static.'
|
||||
static_image:
|
||||
type: string
|
||||
enum: ['nginx:alpine']
|
||||
description: 'The static image.'
|
||||
install_command:
|
||||
type: string
|
||||
description: 'The install command.'
|
||||
@@ -4959,7 +4971,7 @@ components:
|
||||
type: boolean
|
||||
is_reachable:
|
||||
type: boolean
|
||||
is_server_api_enabled:
|
||||
is_sentinel_enabled:
|
||||
type: boolean
|
||||
is_swarm_manager:
|
||||
type: boolean
|
||||
@@ -4981,11 +4993,11 @@ components:
|
||||
type: string
|
||||
logdrain_newrelic_license_key:
|
||||
type: string
|
||||
metrics_history_days:
|
||||
sentinel_metrics_history_days:
|
||||
type: integer
|
||||
metrics_refresh_rate_seconds:
|
||||
sentinel_metrics_refresh_rate_seconds:
|
||||
type: integer
|
||||
metrics_token:
|
||||
sentinel_token:
|
||||
type: string
|
||||
docker_cleanup_frequency:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user