-
So, I have a customer who wants to run his web apps deployed locally, and I was asked if it would be possible to somehow deploy the .NET Aspire solutions locally. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
There’s no concept of a “local deployment”. The closest you can get today is using https://github.com/prom3theu5/aspirational-manifests and deploying to docker compose. |
Beta Was this translation helpful? Give feedback.
-
The closest to this is using the new docker compose publisher in 9.2: https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.2#-deployment-improvements |
Beta Was this translation helpful? Give feedback.
The closest to this is using the new docker compose publisher in 9.2:
https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.2#-deployment-improvements