@@ -9,34 +9,29 @@ services:
9
9
- " 4200:80"
10
10
depends_on :
11
11
core :
12
- condition : service_healthy
12
+ condition : service_started
13
13
alerts :
14
- condition : service_healthy
14
+ condition : service_started
15
15
alert-rules :
16
- condition : service_healthy
16
+ condition : service_started
17
17
detection-lists :
18
- condition : service_healthy
18
+ condition : service_started
19
19
cases :
20
- condition : service_healthy
20
+ condition : service_started
21
21
storage :
22
- condition : service_healthy
22
+ condition : service_started
23
23
connected-server :
24
- condition : service_healthy
24
+ condition : service_started
25
25
audit-log :
26
- condition : service_healthy
26
+ condition : service_started
27
27
file-events :
28
- condition : service_healthy
28
+ condition : service_started
29
29
preservation-data-service :
30
- condition : service_healthy
30
+ condition : service_started
31
31
exfiltration-data-service :
32
- condition : service_healthy
32
+ condition : service_started
33
33
trusted-activities :
34
- condition : service_healthy
35
- healthcheck :
36
- test : [ "CMD-SHELL", "curl -f http://localhost || exit 1" ]
37
- interval : 30s
38
- timeout : 15s
39
- retries : 3
34
+ condition : service_started
40
35
41
36
core :
42
37
image : c42/mock-microservice-endpoints:1.0
0 commit comments