{ "profiles": { "Docker Compose": { "commandName": "DockerCompose", "commandVersion": "1.0", "serviceActions": { "web": "StartDebugging", "database": "StartWithoutDebugging", "mailhog": "DoNotStart", "redis": "StartWithoutDebugging" } }, "SMTP Debugging": { "commandName": "DockerCompose", "commandVersion": "1.0", "composeProfile": { "includes": [ "smtp-debug" ] } } } }