This commit is contained in:
2026-05-17 20:54:09 -04:00
parent 6da2183583
commit 74c21ee5cc
3000 changed files with 11794 additions and 15301 deletions

View File

@@ -36,6 +36,7 @@ services:
labels:
com.microsoft.created-by: visual-studio
com.microsoft.visual-studio.project-name: OpenArchival.Blazor
target: base
depends_on:
db:
condition: service_healthy
@@ -50,11 +51,13 @@ services:
ASPNETCORE_ENVIRONMENT: Development
ASPNETCORE_HTTP_PORTS: "8080"
ASPNETCORE_HTTPS_PORTS: "8081"
ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true"
ConnectionStrings__DefaultConnection: Host=db;Port=5432;Database=postgres;Username=postgres;Password=postgres
image: openarchivalblazor
DOTNET_USE_POLLING_FILE_WATCHER: "1"
NUGET_FALLBACK_PACKAGES: /.nuget/fallbackpackages
image: openarchivalblazor:dev
labels:
com.microsoft.visual-studio.project-name: OpenArchival.Blazor
com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages --additionalProbingPath /.nuget/fallbackpackages "/app/OpenArchival.Blazor.dll"'
com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages --additionalProbingPath /.nuget/fallbackpackages "/app/bin/Debug/net9.0/OpenArchival.Blazor.dll"'
com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet
com.microsoft.visualstudio.debuggee.program: dotnet
com.microsoft.visualstudio.debuggee.workingdirectory: /app
@@ -78,36 +81,54 @@ services:
tty: true
volumes:
- type: bind
source: C:\Users\vtall\AppData\Roaming\Microsoft\UserSecrets
source: C:\Users\Vincent\AppData\Roaming\Microsoft\UserSecrets
target: /home/app/.microsoft/usersecrets
read_only: true
bind: {}
- type: bind
source: C:\Users\vtall\AppData\Roaming\Microsoft\UserSecrets
source: C:\Users\Vincent\AppData\Roaming\Microsoft\UserSecrets
target: /root/.microsoft/usersecrets
read_only: true
bind: {}
- type: bind
source: C:\Users\vtall\AppData\Roaming\ASP.NET\Https
source: C:\Users\Vincent\AppData\Roaming\ASP.NET\Https
target: /home/app/.aspnet/https
read_only: true
bind: {}
- type: bind
source: C:\Users\vtall\AppData\Roaming\ASP.NET\Https
source: C:\Users\Vincent\AppData\Roaming\ASP.NET\Https
target: /root/.aspnet/https
read_only: true
bind: {}
- type: bind
source: C:\Users\vtall\vsdbg\vs2017u5
source: C:\Users\Vincent\Documents\dev\Open-Archival\OpenArchival.Blazor
target: /app
bind: {}
- type: bind
source: C:\Users\Vincent\Documents\dev\Open-Archival
target: /src
bind: {}
- type: bind
source: C:\Users\Vincent\vsdbg\vs2017u5
target: /remote_debugger
bind: {}
- type: bind
source: C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net6.0
source: C:\Users\Vincent\.nuget\packages
target: /.nuget/packages
read_only: true
bind: {}
- type: bind
source: C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
target: /.nuget/fallbackpackages
read_only: true
bind: {}
- type: bind
source: C:\Program Files\Microsoft Visual Studio\18\Community\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net6.0
target: /VSTools
read_only: true
bind: {}
- type: bind
source: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\HotReload
source: C:\Program Files\Microsoft Visual Studio\18\Community\Common7\IDE\extensions\Microsoft\managedprojectsystem\HotReload
target: /HotReloadAgent
read_only: true
bind: {}