-
Notifications
You must be signed in to change notification settings - Fork 5
/
docker-compose.yml
52 lines (52 loc) · 1.23 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
version: '3.3'
services:
common:
image: common_webapp
build:
context: .
dockerfile: common/Dockerfile
content:
image: uk.ac.wellcome/content_webapp:${CONTAINER_TAG:-test}
build:
context: .
dockerfile: content/Dockerfile
args:
- NEXT_PUBLIC_CIVICUK_API_KEY
identity:
image: uk.ac.wellcome/identity_webapp:${CONTAINER_TAG:-test}
build:
context: .
dockerfile: identity/Dockerfile
args:
- NEXT_PUBLIC_CIVICUK_API_KEY
dash:
build:
context: .
dockerfile: dash/Dockerfile
edge_lambdas:
build:
context: .
dockerfile: cache/edge_lambdas/Dockerfile
volumes:
- ~/.aws:/root/.aws
- ./cache/edge_lambdas/deploy.js:/repo/cache/edge_lambdas/deploy.js
environment:
- AWS_PROFILE
pa11y:
build:
context: ./pa11y
updown:
build:
context: ./updown
e2e:
image: "130871440101.dkr.ecr.eu-west-1.amazonaws.com/weco/playwright:latest"
volumes:
- ./playwright/test:/usr/src/app/webapp/playwright/test
prismic_model:
build:
context: .
dockerfile: prismic-model/Dockerfile
environment:
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_SESSION_TOKEN