Resolve "Caching" #25

Merged
leon.hoppe merged 3 commits from feature/caching into dev 2025-01-26 16:27:51 +01:00
Showing only changes of commit 718ebe4c3a - Show all commits

View File

@@ -18,4 +18,8 @@ builder.AddProject<Projects.Portfolio_Web>("web")
.WaitFor(api)
.WithExternalHttpEndpoints();
builder.AddContainer("cdn", "nginx")
.WithVolume("portfolio-cdn", "/usr/share/nginx/html", true)
.WithHttpEndpoint(80, 80);
builder.Build().Run();