Skip to content

Commit

Permalink
Merge pull request #687 from alphagov/rabbitmq-management
Browse files Browse the repository at this point in the history
Switch RabbitMQ to image with management tools
  • Loading branch information
csutter authored Sep 14, 2023
2 parents 62104db + be68501 commit e9ac4dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ services:
image: redis

rabbitmq:
image: rabbitmq
image: rabbitmq:management
ports:
- 15672:15672
volumes:
- rabbitmq:/var/lib/rabbitmq

Expand Down

0 comments on commit e9ac4dc

Please sign in to comment.