docker-compose.vs.debug.yml 631 Bytes
Newer Older
1
2
3
4
5
6
7
version: '3.4'

services:
  skoruba.identityserver4.admin:
    volumes:
      - ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro
    labels:
8
      com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /root/.nuget/packages --additionalProbingPath /root/.nuget/fallbackpackages  "bin/Debug/netcoreapp3.1/Skoruba.IdentityServer4.Admin.dll" /seed'
9
10
11
12
13
14
15
16

  skoruba.identityserver4.admin.api:
    volumes:
      - ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro

  skoruba.identityserver4.sts.identity:
    volumes:
      - ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro