File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ services:
57
57
environment :
58
58
RAILS_ENV : test
59
59
links :
60
- - postgres_test_5_2_ruby_2_6
60
+ - " postgres_test_5_2_ruby_2_6:postgres_test "
61
61
command : " bundle exec rspec spec/test"
62
62
user : ${CURRENT_UID}
63
63
@@ -68,7 +68,7 @@ services:
68
68
environment :
69
69
RAILS_ENV : test
70
70
links :
71
- - postgres_test_6_0_ruby_2_6
71
+ - " postgres_test_6_0_ruby_2_6:postgres_test "
72
72
command : " bundle exec rspec spec/test"
73
73
user : ${CURRENT_UID}
74
74
@@ -79,7 +79,7 @@ services:
79
79
environment :
80
80
RAILS_ENV : test
81
81
links :
82
- - postgres_test_6_1_ruby_2_7
82
+ - " postgres_test_6_1_ruby_2_7:postgres_test "
83
83
command : " bundle exec rspec spec/test"
84
84
user : ${CURRENT_UID}
85
85
@@ -90,7 +90,7 @@ services:
90
90
environment :
91
91
RAILS_ENV : test
92
92
links :
93
- - postgres_test_6_1_ruby_3_0
93
+ - " postgres_test_6_1_ruby_3_0:postgres_test "
94
94
command : " bundle exec rspec spec/test"
95
95
user : ${CURRENT_UID}
96
96
@@ -116,8 +116,6 @@ services:
116
116
117
117
postgres_test :
118
118
<< : *postgres_test_base
119
- volumes :
120
- - test-data-volume:/var/lib/postgresql/data
121
119
122
120
postgres_test_6_1_ruby_3_0 :
123
121
<< : *postgres_test_base
You can’t perform that action at this time.
0 commit comments