File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,10 @@ services:
63
63
- " 9100:5672"
64
64
- " 9101:15672"
65
65
healthcheck :
66
- test :
67
- [
68
- " CMD-SHELL" ,
69
- " rabbitmq-diagnostics -q ping && rabbitmq-diagnostics -q check_running && rabbitmq-diagnostics -q check_local_alarms" ,
70
- ]
66
+ test : rabbitmq-diagnostics check_port_connectivity
71
67
interval : 30s
72
- timeout : 10s
73
- retries : 5
74
- start_period : 30s
68
+ timeout : 30s
69
+ retries : 10
75
70
76
71
matching-service :
77
72
build : matching-service
@@ -84,7 +79,6 @@ services:
84
79
- action : rebuild
85
80
path : matching-service
86
81
target : matching-service/app
87
- # TODO for some reason healthcheck doesnt really work, still ahve to manually start MS and MS-api
88
82
depends_on :
89
83
rabbitmq :
90
84
condition : service_healthy
You can’t perform that action at this time.
0 commit comments