Skip to content

Commit 324b472

Browse files
committed
added missing docker compose entries
1 parent 269915f commit 324b472

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docker-compose.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,28 @@ services:
5050
command: "bundle exec rspec spec/test"
5151
user: ${CURRENT_UID}
5252

53+
test_5_0:
54+
build:
55+
context: .
56+
dockerfile: ./Dockerfile.test.5.2
57+
environment:
58+
RAILS_ENV: test
59+
links:
60+
- postgres_test
61+
command: "bundle exec rspec spec/test"
62+
user: ${CURRENT_UID}
63+
64+
test_5_1:
65+
build:
66+
context: .
67+
dockerfile: ./Dockerfile.test.5.2
68+
environment:
69+
RAILS_ENV: test
70+
links:
71+
- postgres_test
72+
command: "bundle exec rspec spec/test"
73+
user: ${CURRENT_UID}
74+
5375
test_5_2:
5476
build:
5577
context: .

0 commit comments

Comments
 (0)