jasontaylordev / NorthwindTraders

Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
MIT License
5k stars 1.59k forks source link

[Question] How would I go about to set up docker for this kind of application #228

Closed mikevanl closed 4 years ago

mikevanl commented 4 years ago

I'm currently struggling to get a docker-compose file together that would run the back-end, front-end, and the database in a docker container. Is there anyone who could direct me to an example of how to go about this for this example project?

tutul2010 commented 4 years ago

Same qtns , i have also.. Thanks @mikevanl.

Regards, Tutul

zePanzerfaust commented 4 years ago

When they used dotnet 2.2 there were docker files. Probably got removed after a bigger refactoring and upgrade to 3.x. Go back in the sources to commit 62c198a38b89a13b1557c3352156b7d915991bac or https://github.com/JasonGT/NorthwindTraders/pull/39 Maybe it helps as a starting point.

mikevanl commented 4 years ago

Thank you @zePanzerfaust for giving directions!