You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need do debug the WebApi project in an IDE, you can alternatively run `podman compose` without the WebAPI.
63
+
The WebAPI and GraphQl services are behind a nginx proxy, and you can change the number of replicas by setting the `scale` property in the `docker-compose.yml` file.
64
+
65
+
66
+
### Running the WebApi/GraphQl in an IDE
67
+
If you need do debug the WebApi/GraphQl projects in an IDE, you can alternatively run `podman compose` without the WebAPI/GraphQl.
62
68
First create a dotnet user secret for the DB connection string.
63
69
64
70
```powershell
65
71
dotnet user-secrets set -p .\src\Digdir.Domain.Dialogporten.WebApi\ "Infrastructure:DialogDbConnectionString" "Server=localhost;Port=5432;Database=Dialogporten;User ID=postgres;Password=supersecret;"
66
72
```
67
73
68
-
Then run `podman compose` without the WebAPI project.
74
+
Then run `podman compose` without the WebAPI/GraphQl projects.
0 commit comments