-
Notifications
You must be signed in to change notification settings - Fork 35
/
docker-compose.yml
72 lines (72 loc) · 1.8 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
test_n_0.10_w_1.4:
build: .
dockerfile: ./dockerfiles/n_0.10_w_1.4/Dockerfile
command: npm test
test_n_0.10_w_1.5:
build: .
dockerfile: ./dockerfiles/n_0.10_w_1.5/Dockerfile
command: npm test
test_n_0.10_w_1.6:
build: .
dockerfile: ./dockerfiles/n_0.10_w_1.6/Dockerfile
command: npm test
test_n_0.10_w_1.7:
build: .
dockerfile: ./dockerfiles/n_0.10_w_1.7/Dockerfile
command: npm test
test_n_0.10_w_1.8:
build: .
dockerfile: ./dockerfiles/n_0.10_w_1.8/Dockerfile
command: npm test
test_n_0.10_w_1.9:
build: .
dockerfile: ./dockerfiles/n_0.10_w_1.9/Dockerfile
command: npm test
test_n_0.10_w_1.10:
build: .
dockerfile: ./dockerfiles/n_0.10_w_1.10/Dockerfile
command: npm test
test_n_0.10_w_1.11:
build: .
dockerfile: ./dockerfiles/n_0.10_w_1.11/Dockerfile
command: npm test
test_n_0.10_w_1.12:
build: .
dockerfile: ./dockerfiles/n_0.10_w_1.12/Dockerfile
command: npm test
test_n_0.12_w_1.4:
build: .
dockerfile: ./dockerfiles/n_0.12_w_1.4/Dockerfile
command: npm test
test_n_0.12_w_1.5:
build: .
dockerfile: ./dockerfiles/n_0.12_w_1.5/Dockerfile
command: npm test
test_n_0.12_w_1.6:
build: .
dockerfile: ./dockerfiles/n_0.12_w_1.6/Dockerfile
command: npm test
test_n_0.12_w_1.7:
build: .
dockerfile: ./dockerfiles/n_0.12_w_1.7/Dockerfile
command: npm test
test_n_0.12_w_1.8:
build: .
dockerfile: ./dockerfiles/n_0.12_w_1.8/Dockerfile
command: npm test
test_n_0.12_w_1.9:
build: .
dockerfile: ./dockerfiles/n_0.12_w_1.9/Dockerfile
command: npm test
test_n_0.12_w_1.10:
build: .
dockerfile: ./dockerfiles/n_0.12_w_1.10/Dockerfile
command: npm test
test_n_0.12_w_1.11:
build: .
dockerfile: ./dockerfiles/n_0.12_w_1.11/Dockerfile
command: npm test
test_n_0.12_w_1.12:
build: .
dockerfile: ./dockerfiles/n_0.12_w_1.12/Dockerfile
command: npm test