init
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: dockercompose14841401621449927736
|
||||
name: dockercompose15359913776160675989
|
||||
services:
|
||||
db:
|
||||
environment:
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
volume: {}
|
||||
openarchival.blazor:
|
||||
build:
|
||||
context: C:\Users\vtall\source\repos\vtallen\Open-Archival
|
||||
context: C:\Users\Vincent\Documents\dev\Open-Archival
|
||||
dockerfile: OpenArchival.Blazor/Dockerfile
|
||||
args:
|
||||
BUILD_CONFIGURATION: Debug
|
||||
@@ -78,49 +78,42 @@ 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:
|
||||
create_host_path: 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:
|
||||
create_host_path: 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:
|
||||
create_host_path: 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:
|
||||
create_host_path: true
|
||||
bind: {}
|
||||
- type: bind
|
||||
source: C:\Users\vtall\vsdbg\vs2017u5
|
||||
source: C:\Users\Vincent\vsdbg\vs2017u5
|
||||
target: /remote_debugger
|
||||
bind:
|
||||
create_host_path: true
|
||||
bind: {}
|
||||
- type: bind
|
||||
source: C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net6.0
|
||||
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:
|
||||
create_host_path: 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:
|
||||
create_host_path: true
|
||||
bind: {}
|
||||
networks:
|
||||
default:
|
||||
name: dockercompose14841401621449927736_default
|
||||
name: dockercompose15359913776160675989_default
|
||||
volumes:
|
||||
postgres_data:
|
||||
name: dockercompose14841401621449927736_postgres_data
|
||||
name: dockercompose15359913776160675989_postgres_data
|
||||
Reference in New Issue
Block a user