Adding docker-compose project (#302)

This commit is contained in:
Steve Smith
2019-09-11 23:35:13 -04:00
committed by GitHub
parent 0426377955
commit 4127d90b01
5 changed files with 51 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
{
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
@@ -18,10 +18,10 @@
"Web - PROD": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
}
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}
}