Skip to content

Commit

Permalink
use latest broker version in local dev environment as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ramunasd committed Jan 19, 2023
1 parent c77c4f1 commit 71eff31
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,15 @@ services:
entrypoint: ['tail', '-f', '/dev/null']

rabbitmq:
image: rabbitmq:3.8.9-management
image: rabbitmq:3.11-management
ports:
- "5671:5671"
- "5672:5672"
- "15671:15671"
volumes:
- .:/src
environment:
- RABBITMQ_SSL_CACERTFILE=/src/tests/certs/ca_certificate.pem
- RABBITMQ_SSL_CERTFILE=/src/tests/certs/server_certificate.pem
- RABBITMQ_SSL_KEYFILE=/src/tests/certs/server_key.pem
- RABBITMQ_SSL_VERIFY=verify_peer
- RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=0
- RABBITMQ_CONFIG_FILE=/src/tests/rabbitmq.conf

proxy:
image: ghcr.io/shopify/toxiproxy:2.5.0
Expand Down

0 comments on commit 71eff31

Please sign in to comment.