[Prod] More logging #4

Merged
thomas.nuyken merged 7 commits from main into production 2025-07-21 21:25:22 +02:00
Showing only changes of commit d4223ed38f - Show all commits

View File

@@ -26,7 +26,7 @@ builder
.AddNpmApp("Vegasco-Web", "../Vegasco-Web") .AddNpmApp("Vegasco-Web", "../Vegasco-Web")
.WithReference(api) .WithReference(api)
.WaitFor(api) .WaitFor(api)
.WithHttpEndpoint(port: 44200, env: "PORT", isProxied: false) .WithHttpEndpoint(port: 44200, env: "PORT")
.WithExternalHttpEndpoints() .WithExternalHttpEndpoints()
.WithHttpHealthCheck("/", 200); .WithHttpHealthCheck("/", 200);