Skip to content

Commit

Permalink
Mention that showcase uses Docker with a RabbitMQ instance (#29)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

---------

Co-authored-by: Ramon Smits <[email protected]>
  • Loading branch information
SzymonPobiega and ramonsmits authored Sep 30, 2024
1 parent 28bb5e3 commit b7b65e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

A MassTransit version of the [NServiceBus Monitoring Demo](https://github.com/Particular/MonitoringDemo/)

The Particular Service Platform can be pulled down using [this Docker compose file](/src/docker-compose.yml).
The demo requires running the Particular Service Platform for MassTransit as well as a RabbitMQ broker. The whole package can be pulled down using Docker compose and the dockerfile at [~/src/docker-compose.yml](/src/docker-compose.yml)

```cmd
cd src
docker compose up
```

0 comments on commit b7b65e0

Please sign in to comment.