File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 50
50
env :
51
51
POSTGRES_PASSWORD : rootpassword
52
52
options : >-
53
+ --tmpfs /var/lib/postgresql/data:rw,size=2g
53
54
--health-cmd pg_isready
54
55
--health-interval 10s
55
56
--health-timeout 5s
83
84
env :
84
85
MYSQL_DATABASE : cc_test
85
86
MYSQL_ROOT_PASSWORD : password
86
- options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
87
+ options : >-
88
+ --tmpfs /var/lib/mysql:rw,size=2g
89
+ --health-cmd="mysqladmin ping"
90
+ --health-interval=10s
91
+ --health-timeout=5s
92
+ --health-retries=3
87
93
ports :
88
94
- 3306:3306
89
95
steps :
Original file line number Diff line number Diff line change 40
40
env :
41
41
POSTGRES_PASSWORD : rootpassword
42
42
options : >-
43
+ --tmpfs /var/lib/postgresql/data:rw,size=2g
43
44
--health-cmd pg_isready
44
45
--health-interval 10s
45
46
--health-timeout 5s
92
93
env :
93
94
MYSQL_DATABASE : cc_test
94
95
MYSQL_ROOT_PASSWORD : password
95
- options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
96
+ options : >-
97
+ --tmpfs /var/lib/mysql:rw,size=2g
98
+ --health-cmd="mysqladmin ping"
99
+ --health-interval=10s
100
+ --health-timeout=5s
101
+ --health-retries=3
96
102
ports :
97
103
- 3306:3306
98
104
steps :
You can’t perform that action at this time.
0 commit comments