2024-01-13 12:43:19 +00:00
|
|
|
{
|
|
|
|
"profiles": {
|
|
|
|
"Docker Compose": {
|
|
|
|
"commandName": "DockerCompose",
|
|
|
|
"commandVersion": "1.0",
|
|
|
|
"serviceActions": {
|
2024-04-08 09:22:49 +00:00
|
|
|
"web": "StartDebugging",
|
|
|
|
"database": "StartWithoutDebugging",
|
|
|
|
"mailhog": "DoNotStart",
|
|
|
|
"redis": "StartWithoutDebugging"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"SMTP Debugging": {
|
|
|
|
"commandName": "DockerCompose",
|
|
|
|
"commandVersion": "1.0",
|
|
|
|
"composeProfile": {
|
|
|
|
"includes": [
|
|
|
|
"smtp-debug"
|
|
|
|
]
|
2024-01-13 12:43:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|