-
Notifications
You must be signed in to change notification settings - Fork 223
/
docker-compose.yml
273 lines (252 loc) · 6.21 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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
---
# Sets the base name for containers and networks for docker-compose to
# "socorro_". This is normally set by the name of this directory, but
# if you clone the repository with a different directory name, then
# you end up with a different project name and then everything is hosed.
# Setting it here fixes that.
name: socorro
services:
# Socorro app image
app:
build:
context: .
dockerfile: docker/Dockerfile
args:
userid: ${USE_UID:-10001}
groupid: ${USE_GID:-10001}
image: local/socorro_app
env_file:
- docker/config/local_dev.env
- .env
depends_on:
- fakesentry
- statsd
- gcs-emulator
- pubsub
- postgresql
- legacy-elasticsearch
- elasticsearch
# For development
# For running tests
test:
image: local/socorro_app
env_file:
- docker/config/local_dev.env
- docker/config/test.env
depends_on:
- fakesentry
- statsd
- gcs-emulator
- pubsub
- postgresql
- legacy-elasticsearch
- elasticsearch
devcontainer:
build:
dockerfile: .devcontainer/Dockerfile
args:
userid: ${USE_UID:-10001}
groupid: ${USE_GID:-10001}
image: local/socorro-devcontainer
entrypoint: ["sleep", "inf"]
env_file:
- docker/config/local_dev.env
- docker/config/test.env
- .env
depends_on:
- fakesentry
- statsd
- gcs-emulator
- pubsub
- postgresql
- legacy-elasticsearch
- elasticsearch
volumes:
- .:/app
processor:
image: local/socorro_app
env_file:
- docker/config/local_dev.env
- .env
depends_on:
- fakesentry
- statsd
- gcs-emulator
- pubsub
- legacy-elasticsearch
- elasticsearch
- symbolsserver
command: ["processor"]
crontabber:
image: local/socorro_app
env_file:
- docker/config/local_dev.env
- .env
depends_on:
- fakesentry
- statsd
- postgresql
- legacy-elasticsearch
- elasticsearch
command: ["crontabber"]
webapp:
image: local/socorro_app
env_file:
- docker/config/local_dev.env
- .env
depends_on:
- fakesentry
- statsd
- gcs-emulator
- pubsub
- postgresql
- legacy-elasticsearch
- elasticsearch
- memcached
- oidcprovider
command: ["webapp", "--dev"]
ports:
- "8000:8000"
stage_submitter:
image: local/socorro_app
env_file:
- docker/config/local_dev.env
- .env
depends_on:
- fakesentry
- gcs-emulator
- pubsub
command: ["stage_submitter"]
# https://github.com/willkg/kent
fakesentry:
build:
context: docker/images/fakesentry
image: local/socorro_fakesentry
ports:
- "8090:8090"
command: run --host 0.0.0.0 --port 8090
stop_signal: SIGINT
# https://hub.docker.com/r/mozilla/oidc-testprovider
oidcprovider:
build:
context: docker/images/oidcprovider
image: local/socorro_oidcprovider
ports:
- "8080:8080"
# The next line can be removed if this PR is included in the image we use:
# https://github.com/mozilla/docker-test-mozilla-django-oidc/pull/84
stop_signal: SIGKILL
# -----------------------------
# External services
# -----------------------------
# https://hub.docker.com/r/mozilla/socorro_collector/
#
# This pulls the latest Antenna and treats it as an external service.
#
# This uses the development ./bin/run_web.sh script from the Antenna
# container since that creates a bucket before running Antenna.
collector:
image: mozilla/socorro_collector:latest
env_file:
- docker/config/local_dev.env
- .env
depends_on:
- gcs-emulator
- pubsub
- statsd
expose:
- 8000
ports:
- "8888:8000"
fakecollector:
image: local/socorro_app
env_file:
- docker/config/local_dev.env
- .env
command: ["fakecollector"]
ports:
- "9000:8000"
symbolsserver:
image: local/socorro_app
env_file:
- docker/config/local_dev.env
- .env
command: ["symbolsserver"]
stop_signal: SIGINT
ports:
- "8070:8070"
# https://hub.docker.com/r/hopsoft/graphite-statsd/
statsd:
image: hopsoft/graphite-statsd
ports:
- "8081:80"
- "2003-2004:2003-2004"
- "2023-2024:2023-2024"
- "8125:8125/udp"
- "8126:8126"
# https://hub.docker.com/_/elasticsearch/
legacy-elasticsearch:
image: mozilla/socorro_elasticsearch:1.4.5
ports:
- "9200:9200"
# https://www.elastic.co/guide/en/elasticsearch/reference/8.16/docker.html
elasticsearch:
build:
context: docker/images/elasticsearch
image: local/socorro_elasticsearch
mem_limit: 1g
command:
- bin/elasticsearch
- -Expack.security.enabled=false
- -Ediscovery.type=single-node
ports:
- "9201:9200"
# https://hub.docker.com/_/postgres/
postgresql:
build:
context: docker/images/postgres
image: local/socorro_postgres
ports:
- "8574:5432"
environment:
# Create the superuser account
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=socorro
# https://cloud.google.com/sdk/docs/downloads-docker
# official pubsub emulator
pubsub:
build:
context: docker/images/pubsub-emulator
image: local/socorro_pubsub_emulator
command:
- gcloud
- beta
- emulators
- pubsub
- start
- --host-port=0.0.0.0:${PUBSUB_PORT:-5010}
ports:
- 5010:5010
stop_signal: SIGINT
# https://hub.docker.com/_/memcached/
memcached:
build:
context: docker/images/memcached
image: local/socorro_memcached
ports:
- "11211:11211"
# https://github.com/fsouza/fake-gcs-server
# Fake GCP GCS server for local development and testing
gcs-emulator:
build:
context: docker/images/gcs-emulator
image: local/socorro_gcs_emulator
command: -port 8001 -scheme http
ports:
- "${EXPOSE_GCS_EMULATOR_PORT:-8001}:8001"
healthcheck:
test: ["CMD", "curl", "-f", "--insecure", "http://localhost:8001/storage/v1/b"]
interval: 1s
timeout: 3s
retries: 5