File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ services:
5555 - elasticsearch
5656
5757 rabbitmq :
58- image : rabbitmq:3.13 -management
58+ image : rabbitmq:4.1.1 -management
5959 ports : [ "5672:5672", "15672:15672" ]
6060 healthcheck :
61- test : [ "CMD-SHELL", "rabbitmq-diagnostics -q ping" ]
61+ test : " bash -c 'cat < /dev/null > /dev/tcp/localhost/5672' "
6262 interval : 10s
6363 timeout : 5s
64- retries : 5
64+ retries : 10
6565
6666 redis :
6767 image : redis:7-alpine
Original file line number Diff line number Diff line change @@ -29,12 +29,13 @@ services:
2929 - keycloak
3030
3131 rabbitmq :
32- image : rabbitmq:3.13-management
32+ image : rabbitmq:4.1.1-management
33+ ports : [ "5672:5672", "15672:15672" ]
3334 healthcheck :
34- test : [ "CMD-SHELL", "rabbitmq-diagnostics -q ping" ]
35+ test : " bash -c 'cat < /dev/null > /dev/tcp/localhost/5672' "
3536 interval : 10s
3637 timeout : 5s
37- retries : 5
38+ retries : 10
3839
3940 redis :
4041 image : redis:7-alpine
Original file line number Diff line number Diff line change @@ -130,12 +130,13 @@ services:
130130 - frontend
131131
132132 rabbitmq :
133- image : rabbitmq:3.13-management
133+ image : rabbitmq:4.1.1-management
134+ ports : [ "5672:5672", "15672:15672" ]
134135 healthcheck :
135- test : [ "CMD-SHELL", "rabbitmq-diagnostics -q ping" ]
136+ test : " bash -c 'cat < /dev/null > /dev/tcp/localhost/5672' "
136137 interval : 10s
137138 timeout : 5s
138- retries : 5
139+ retries : 10
139140
140141 redis :
141142 image : redis:7-alpine
You can’t perform that action at this time.
0 commit comments