File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 35
35
image : neo4j:4.3
36
36
options : >-
37
37
--health-cmd "wget http://localhost:7474 || exit 1"
38
+ --health-start-period "30"
39
+ --health-timeout "15"
40
+ --health-retries "5"
38
41
ports :
39
42
- 7687:7687
40
43
- 7474:7474
Original file line number Diff line number Diff line change 28
28
- 7474:7474
29
29
options : >-
30
30
--health-cmd "wget http://localhost:7474 || exit 1"
31
+ --health-start-period "30"
32
+ --health-timeout "15"
33
+ --health-retries "5"
31
34
32
35
steps :
33
36
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 27
27
- 7474:7474
28
28
options : >-
29
29
--health-cmd "wget http://localhost:7474 || exit 1"
30
+ --health-start-period "30"
31
+ --health-timeout "15"
32
+ --health-retries "5"
30
33
31
34
steps :
32
35
- name : Checkout driver
You can’t perform that action at this time.
0 commit comments