Skip to content

Commit

Permalink
Merge pull request nestjs#1170 from nestjs/AlariCode-feature/rmq-tran…
Browse files Browse the repository at this point in the history
…sport

feature(microservices) RabbitMQ support
  • Loading branch information
kamilmysliwiec authored Oct 19, 2018
2 parents 9210dc1 + b0026d8 commit 9b799ba
Show file tree
Hide file tree
Showing 26 changed files with 2,958 additions and 59 deletions.
9 changes: 8 additions & 1 deletion integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,11 @@ services:
environment:
- MONGODB_DATABASE="test"
ports:
- 27017:27017
- 27017:27017
rabbit:
hostname: rabbit
image: "rabbitmq:management"
ports:
- "15672:15672"
- "5672:5672"
tty: true
Loading

0 comments on commit 9b799ba

Please sign in to comment.