-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yml
38 lines (35 loc) · 940 Bytes
/
stack.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
provider:
name: faas
gateway: http://127.0.0.1:8080
functions:
coherent-line-drawing:
lang: go-opencv
handler: ./colidr-openfaas
image: esimov/colidr-openfaas:0.1
environment:
input_mode: "image"
output_mode: "image"
content_type: "image/jpeg"
write_timeout: 100s
read_timeout: 120s
labels:
com.openfaas.scale.zero: "false"
image-filter-flow:
lang: faas-flow
handler: ./image-filter-flow
image: s8sg/image-filter-flow:0.1.0
environment:
write_debug: true
combine_output: false
read_timeout: 120s
write_timeout: 120s
workflow_name: "coherent-line-flow"
gateway: "gateway:8080"
resizer-function: "resizeimagemagick"
labels:
faas-flow : 1
faas-flow-desc: "resize and apply filter on images"
resizeimagemagick:
lang: Dockerfile
handler: ./ResizeImageMagick
image: functions/resizer:latest