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