Skip to content

Commit 157b71b

Browse files
committed
Add missing defaults for docker compose properties
Closes gh-35598
1 parent b82e7a7 commit 157b71b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"groups": [],
3+
"hints": [],
4+
"properties": [
5+
{
6+
"name": "spring.docker.compose.lifecycle-management",
7+
"defaultValue": "START_AND_STOP"
8+
},
9+
{
10+
"name": "spring.docker.compose.readiness.wait",
11+
"defaultValue": "ALWAYS"
12+
},
13+
{
14+
"name": "spring.docker.compose.start.command",
15+
"defaultValue": "UP"
16+
},
17+
{
18+
"name": "spring.docker.compose.start.log-level",
19+
"defaultValue": "INFO"
20+
},
21+
{
22+
"name": "spring.docker.compose.stop.command",
23+
"defaultValue": "STOP"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)