-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompose.prod.yaml
49 lines (42 loc) · 966 Bytes
/
compose.prod.yaml
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
# Production environment override
services:
api:
build:
context: .
target: prod
worker-messenger-post-processing:
build:
context: .
target: prod
worker-messenger-awards:
build:
context: .
target: prod
worker-messenger-mailer:
build:
context: .
target: prod
worker-processor-sentiment:
build:
context: .
dockerfile: docker/processors/python/Dockerfile
args:
PROCESSOR_NAME: sentiment
worker-processor-complexity:
build:
context: .
dockerfile: docker/processors/python/Dockerfile
args:
PROCESSOR_NAME: complexity
worker-processor-keywords:
build:
context: .
dockerfile: docker/processors/python/Dockerfile
args:
PROCESSOR_NAME: keywords
worker-processor-emotions:
build:
context: .
dockerfile: docker/processors/python/Dockerfile
args:
PROCESSOR_NAME: emotions