Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleanup
  • Loading branch information
BrennanConroy authored and github-actions committed Jul 14, 2025
commit 70b9cb19e7913e37501cd3e5a92c3332e8f95cee
3 changes: 1 addition & 2 deletions playground/TestShop/TestShop.AppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@

var messaging = builder.AddRabbitMQ("messaging")
.WithDataVolume()
//.WithLifetime(ContainerLifetime.Persistent)
.WithLifetime(ContainerLifetime.Persistent)
.WithManagementPlugin()
.WithEndpoint("management", e => e.TargetHost = "0.0.0.0", createIfNotExists: false)
.PublishAsContainer();

var basketService = builder.AddProject("basketservice", @"..\BasketService\BasketService.csproj")
Expand Down