Skip to content

Commit

Permalink
108. rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
teebbstudios committed Jul 28, 2021
1 parent 2a5df6d commit bd8a7b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ MAILER_DSN=smtp://127.0.0.1:1025

###> symfony/messenger ###
# Choose one of the transports below
MESSENGER_TRANSPORT_DSN=doctrine://default
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=doctrine://default
MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
###< symfony/messenger ###
6 changes: 6 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ services:
# "3306" to "3306:3306". Where the first port is exposed to the host and the second is the container port.
# See https://docs.docker.com/compose/compose-file/#ports for more information.
- '8888:3306'

rabbitmq:
image: 'rabbitmq:3.8-management'
ports:
- '5672:5672'
- '15672:15672'

0 comments on commit bd8a7b7

Please sign in to comment.