Skip to content

Commit

Permalink
feat: use rabbitmq image with delayed plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored Jul 31, 2024
1 parent 05bc192 commit 12b256f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ services:
# This service runs the RabbitMQ message broker
rabbitmq:
container_name: rabbitmq
image: rabbitmq:3.13.6-management-alpine
image: heidiks/rabbitmq-delayed-message-exchange:latest
env_file: env/.env.${ENV}
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit 12b256f

Please sign in to comment.