Use port proxying
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-29 12:02:11 +02:00
parent 9f2c5db825
commit d4223ed38f

View File

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