-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocker-compose.debug.yml
More file actions
47 lines (42 loc) · 1015 Bytes
/
docker-compose.debug.yml
File metadata and controls
47 lines (42 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
version: '3.7'
services:
ruby25:
image: modulotechgroup/modulorails:testruby25
volumes:
- .:/app
build:
context: .
dockerfile: Dockerfile.ruby25
command: ./entrypoints/appraisal_test.sh
ruby26:
image: modulotechgroup/modulorails:testruby26
volumes:
- .:/app
build:
context: .
dockerfile: Dockerfile.ruby26
command: ./entrypoints/appraisal_test.sh
ruby27:
image: modulotechgroup/modulorails:testruby27
volumes:
- .:/app
build:
context: .
dockerfile: Dockerfile.ruby27
command: ./entrypoints/appraisal_test.sh
ruby30:
image: modulotechgroup/modulorails:testruby30
volumes:
- .:/app
build:
context: .
dockerfile: Dockerfile.ruby30
command: ./entrypoints/appraisal_test.sh
ruby31:
image: modulotechgroup/modulorails:testruby31
volumes:
- .:/app
build:
context: .
dockerfile: Dockerfile.ruby31
command: ./entrypoints/appraisal_test.sh