Skip to content

Commit

Permalink
Add missing defaults for docker compose properties
Browse files Browse the repository at this point in the history
Closes gh-35598
  • Loading branch information
mhalbritter committed May 23, 2023
1 parent b82e7a7 commit 157b71b
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 157b71b

Please sign in to comment.