-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
docker-compose.yml
48 lines (42 loc) · 1.06 KB
/
docker-compose.yml
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
48
version: '2.4'
services:
unit-tests-3-8:
build:
context: .
dockerfile: test/Dockerfile_3.8
volumes:
- .:/undictify
working_dir: /undictify
entrypoint: ./test/install_from_local_and_run_code_checks.sh
unit-tests-3-9:
build:
context: .
dockerfile: test/Dockerfile_3.9
volumes:
- .:/undictify
working_dir: /undictify
entrypoint: ./test/install_from_local_and_run_code_checks.sh
unit-tests-3-10:
build:
context: .
dockerfile: test/Dockerfile_3.10
volumes:
- .:/undictify
working_dir: /undictify
entrypoint: ./test/install_from_local_and_run_code_checks.sh
unit-tests-3-11:
build:
context: .
dockerfile: test/Dockerfile_3.11
volumes:
- .:/undictify
working_dir: /undictify
entrypoint: ./test/install_from_local_and_run_code_checks.sh
unit-tests-3-12:
build:
context: .
dockerfile: test/Dockerfile_3.12
volumes:
- .:/undictify
working_dir: /undictify
entrypoint: ./test/install_from_local_and_run_code_checks.sh