We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97212a0 commit 3a01414Copy full SHA for 3a01414
2 files changed
docker-compose.test.yml
@@ -19,7 +19,8 @@ services:
19
retries: 3
20
21
rabbitmq:
22
- image: rabbitmq:4
+ # not using 4.3 until https://github.com/celery/kombu/issues/2237
23
+ image: rabbitmq:4.2
24
restart: unless-stopped
25
ports:
26
- 5672:5672
docker-compose.yml
@@ -32,7 +32,8 @@ services:
32
condition: service_healthy
33
34
35
36
37
38
39
0 commit comments