-
Notifications
You must be signed in to change notification settings - Fork 3
/
stack.yml
65 lines (58 loc) · 1.56 KB
/
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
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
provider:
name: openfaas
gateway: http://127.0.0.1:8080
functions:
slack:
lang: golang-middleware
handler: ./slack
image: ${OWNER:-alexellis2}:/slack:${TAG:-latest}
labels:
com.openfaas.scale.zero: false
environment:
slack_url: "https://docs.openfaas.com/community"
zoom:
lang: golang-middleware
handler: ./slack
image: ${OWNER:-alexellis2}:/slack:${TAG:-latest}
labels:
com.openfaas.scale.zero: false
environment:
slack_url: "https://zoom.us/j/4215401314"
insiders:
lang: golang-middleware
handler: ./slack
image: ${OWNER:-alexellis2}:/slack:${TAG:-latest}
labels:
com.openfaas.scale.zero: false
environment:
slack_url: "https://github.com/users/alexellis/sponsorship"
cal:
lang: golang-middleware
handler: ./slack
image: ${OWNER:-alexellis2}:/slack:${TAG:-latest}
labels:
com.openfaas.scale.zero: false
environment:
slack_url: "https://calendly.com/alexellis"
join-welcome:
lang: python3-http
handler: ./join-welcome
image: ${OWNER:-alexellis2}/join-welcome:${TAG:-latest}
labels:
com.openfaas.scale.zero: false
environment:
write_debug: false
read_debug: false
combine_output: false
content_type: application/json
target_channel: "C4XCQR8TY"
log_env: "0"
secrets:
- cloud-functions-secrets
external-ip:
lang: golang-middleware
handler: ./external-ip
image: ${OWNER:-alexellis2}/external-ip:${TAG:-latest}
configuration:
templates:
- name: golang-middleware