Skip to content

Commit

Permalink
instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilphillip-stripe committed Nov 21, 2023
1 parent e3e38e0 commit 500ec85
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/ConsulConfigAspire/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,8 @@

## Running the demo

Run demo with docker compose
Run demo with .NET Aspire

```shell
docker compose up --build -d
```

Set the number of additional instances of the itemsapi to run

```shell
docker compose up --scale itemsapi=4 -d
```

Shut down docker compose containers

```shell
docker compose down
dotnet run --project AspireApp.AppHost
```

0 comments on commit 500ec85

Please sign in to comment.