Add missing defaults for docker compose properties
Closes gh-35598
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"groups": [],
|
||||
"hints": [],
|
||||
"properties": [
|
||||
{
|
||||
"name": "spring.docker.compose.lifecycle-management",
|
||||
"defaultValue": "START_AND_STOP"
|
||||
},
|
||||
{
|
||||
"name": "spring.docker.compose.readiness.wait",
|
||||
"defaultValue": "ALWAYS"
|
||||
},
|
||||
{
|
||||
"name": "spring.docker.compose.start.command",
|
||||
"defaultValue": "UP"
|
||||
},
|
||||
{
|
||||
"name": "spring.docker.compose.start.log-level",
|
||||
"defaultValue": "INFO"
|
||||
},
|
||||
{
|
||||
"name": "spring.docker.compose.stop.command",
|
||||
"defaultValue": "STOP"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user