Skip to content

Commit fa8c1f2

Browse files
authored
Merge pull request #22 from code42/chore/remove-health-checks
remove health checks
2 parents f8485c0 + d937f2c commit fa8c1f2

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

docker-compose.yml

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,29 @@ services:
99
- "4200:80"
1010
depends_on:
1111
core:
12-
condition: service_healthy
12+
condition: service_started
1313
alerts:
14-
condition: service_healthy
14+
condition: service_started
1515
alert-rules:
16-
condition: service_healthy
16+
condition: service_started
1717
detection-lists:
18-
condition: service_healthy
18+
condition: service_started
1919
cases:
20-
condition: service_healthy
20+
condition: service_started
2121
storage:
22-
condition: service_healthy
22+
condition: service_started
2323
connected-server:
24-
condition: service_healthy
24+
condition: service_started
2525
audit-log:
26-
condition: service_healthy
26+
condition: service_started
2727
file-events:
28-
condition: service_healthy
28+
condition: service_started
2929
preservation-data-service:
30-
condition: service_healthy
30+
condition: service_started
3131
exfiltration-data-service:
32-
condition: service_healthy
32+
condition: service_started
3333
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
4035

4136
core:
4237
image: c42/mock-microservice-endpoints:1.0

0 commit comments

Comments
 (0)