Added postgres docker db for local development

This commit is contained in:
moarten
2026-04-04 22:26:57 +02:00
parent 5697cba8d4
commit 569cfbb85d
8 changed files with 129 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<Sdk Name="Aspire.AppHost.Sdk" Version="9.5.0" />
@@ -11,7 +11,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.1.3" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="13.2.1" />
<PackageReference Include="Aspire.Hosting.PostgreSQL" Version="13.2.1" />
</ItemGroup>
<ItemGroup>