-
Notifications
You must be signed in to change notification settings - Fork 694
Labels
area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Milestone
Description
var builder = DistributedApplication.CreateBuilder(args);
var db = builder.AddMongoDB("mongo")
.AddDatabase("db");
builder.AddDockerfile("api", "node")
.WithHttpEndpoint(targetPort: 3000, env: "PORT")
.WithReference(db);
builder.Build().Run();
Here's what happens:
https://github.com/user-attachments/assets/04c3b6c9-78b0-4f38-a701-26eea0f39df4
Additional information: Stop and Start seem to work.
Metadata
Metadata
Assignees
Labels
area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication