Skip to content
This repository was archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
Add 32.2: Adding RabbitMQ to the Docker Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Feb 13, 2022
1 parent f2d45ca commit 02dfe92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ services:
image: redis:5-alpine
ports: [6379]

rabbitmq:
image: rabbitmq:3.7-management
ports: [5672, 15672]

volumes:
###> doctrine/doctrine-bundle ###
db-data:
Expand Down

0 comments on commit 02dfe92

Please sign in to comment.