File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ services:
19
19
interval : 2s
20
20
timeout : 1s
21
21
retries : 3
22
- start_period : 30s
22
+ start_period : 5s
23
+ start_interval : 5s
23
24
24
25
db :
25
26
# We use MariaDB because it supports ARM and has the expected collations
@@ -49,6 +50,7 @@ services:
49
50
timeout : 1s
50
51
retries : 3
51
52
start_period : 30s
53
+ start_interval : 5s
52
54
53
55
misp-core :
54
56
image : ghcr.io/misp/misp-docker/misp-core:${CORE_RUNNING_TAG:-latest}
@@ -75,6 +77,8 @@ services:
75
77
condition : service_healthy
76
78
db :
77
79
condition : service_healthy
80
+ misp-modules :
81
+ condition : service_healthy
78
82
healthcheck :
79
83
test : curl -ks ${BASE_URL:-https://localhost}/users/heartbeat > /dev/null || exit 1
80
84
interval : 2s
@@ -223,6 +227,13 @@ services:
223
227
depends_on :
224
228
redis :
225
229
condition : service_healthy
230
+ healthcheck :
231
+ test : " /bin/bash -c '</dev/tcp/localhost/6666'"
232
+ interval : 2s
233
+ timeout : 1s
234
+ retries : 3
235
+ start_period : 5s
236
+ start_interval : 5s
226
237
227
238
volumes :
228
239
mysql_data :
You can’t perform that action at this time.
0 commit comments