Skip to content

Commit b55ee07

Browse files
Merge branch 'master' into 5.4.0
2 parents a2ed524 + 6eec601 commit b55ee07

34 files changed

Lines changed: 3007 additions & 66 deletions

integration/docker-compose.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,11 @@ services:
3636
environment:
3737
- MONGODB_DATABASE="test"
3838
ports:
39-
- 27017:27017
39+
- 27017:27017
40+
rabbit:
41+
hostname: rabbit
42+
image: "rabbitmq:management"
43+
ports:
44+
- "15672:15672"
45+
- "5672:5672"
46+
tty: true

0 commit comments

Comments
 (0)