-
Notifications
You must be signed in to change notification settings - Fork 1
/
codeship-services.yml
148 lines (133 loc) · 2.84 KB
/
codeship-services.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
node-ci-6:
build:
image: ushahidi/node-ci:6
context: node-ci
dockerfile: 6/Dockerfile
volumes:
- ./node-ci/6/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
node-ci-8:
build:
image: ushahidi/node-ci:8
context: node-ci
dockerfile: 8/Dockerfile
volumes:
- ./node-ci/8/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
node-ci-10:
build:
image: ushahidi/node-ci:10
context: node-ci
dockerfile: 10/Dockerfile
volumes:
- ./node-ci/10/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
php-ci-5.6:
build:
image: ushahidi/php-ci:5.6
context: php-ci
dockerfile: 5.6/Dockerfile
volumes:
- ./php-ci/5.6/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
php-ci-7.0:
build:
image: ushahidi/php-ci:7.0
context: php-ci
dockerfile: 7.0/Dockerfile
volumes:
- ./php-ci/7.0/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
php-ci-7.1:
build:
image: ushahidi/php-ci:7.1
context: php-ci
dockerfile: 7.1/Dockerfile
volumes:
- ./php-ci/7.1/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
php-ci-7.2:
build:
image: ushahidi/php-ci:7.2
context: php-ci
dockerfile: 7.2/Dockerfile
volumes:
- ./php-ci/7.2/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
php-ci-7.3:
build:
image: ushahidi/php-ci:7.3
context: php-ci
dockerfile: 7.3/Dockerfile
volumes:
- ./php-ci/7.3/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
ruby-ci-2.5:
build:
image: ushahidi/ruby-ci:2.5
context: ruby-ci
dockerfile: 2.5/Dockerfile
volumes:
- ./ruby-ci/2.5/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
php-fpm-nginx-5.6:
build:
image: ushahidi/php-fpm-nginx:5.6
context: php-fpm-nginx
dockerfile: 5.6/Dockerfile
volumes:
- ./php-fpm-nginx/5.6/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
php-fpm-nginx-7.0:
build:
image: ushahidi/php-fpm-nginx:7.0
context: php-fpm-nginx
dockerfile: 7.0/Dockerfile
volumes:
- ./php-fpm-nginx/7.0/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
php-fpm-nginx-7.1:
build:
image: ushahidi/php-fpm-nginx:7.1
context: php-fpm-nginx
dockerfile: 7.1/Dockerfile
volumes:
- ./php-fpm-nginx/7.1/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
php-fpm-nginx-7.2:
build:
image: ushahidi/php-fpm-nginx:7.2
context: php-fpm-nginx
dockerfile: 7.2/Dockerfile
volumes:
- ./php-fpm-nginx/7.2/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
php-fpm-nginx-7.3:
build:
image: ushahidi/php-fpm-nginx:7.3
context: php-fpm-nginx
dockerfile: 7.3/Dockerfile
volumes:
- ./php-fpm-nginx/7.3/goss.yaml:/tmp/goss.yaml
volumes_from:
- goss
goss:
build:
dockerfile_path: goss.Dockerfile
dockercfggen:
image: codeship/dockercfg-generator
add_docker: true
encrypted_env_file: docker.env.encrypted