We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd0770 commit f0f2e0bCopy full SHA for f0f2e0b
docker-compose.yml
@@ -21,6 +21,11 @@ services:
21
- type: bind
22
source: ./rabbitmq-enabled-plugins
23
target: /config
24
+ healthcheck:
25
+ test: rabbitmq-diagnostics -q ping
26
+ interval: 30s
27
+ timeout: 30s
28
+ retries: 10
29
30
memcached:
31
image: memcached:1.6.38-alpine3.21
@@ -49,6 +54,6 @@ services:
49
54
- '8081:8081'
50
55
depends_on:
51
56
rabbitmq:
52
- condition: service_started
57
+ condition: service_healthy
53
58
59
condition: service_started
0 commit comments