Skip to content

Commit

Permalink
updating RabbitMQ to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-taman committed Jul 29, 2020
1 parent 025cc69 commit 3d24af5
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-partitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ services:

## Start - RabbitMQ Messaging service
rabbitmq:
image: rabbitmq:3.8.3-management
image: rabbitmq:3-management
ports:
- 5672:5672
- 15672:15672
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ services:

## Start - RabbitMQ Messaging service
rabbitmq:
image: rabbitmq:3.8.3-management
image: rabbitmq:3-management
ports:
- 5672:5672
- 15672:15672
Expand All @@ -187,7 +187,7 @@ services:
ports:
- 9411:9411
depends_on:
- rabbitmq
- rabbitmq
restart: on-failure
## Start - Zipkin Distributed Tracking visualizer
# End - Data and transport Infrastructure
Empty file modified mvnw
100644 → 100755
Empty file.
Empty file modified run-em-all.sh
100644 → 100755
Empty file.
Empty file modified setup.sh
100644 → 100755
Empty file.
Empty file modified stop-em-all.sh
100644 → 100755
Empty file.
Empty file modified test-em-all.sh
100644 → 100755
Empty file.

0 comments on commit 3d24af5

Please sign in to comment.