-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yml
More file actions
60 lines (59 loc) · 1.17 KB
/
stack.yml
File metadata and controls
60 lines (59 loc) · 1.17 KB
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
version: 1.0
provider:
name: openfaas
gateway: http://localhost:8080
functions:
s3:
lang: go
handler: ./openfaas/aws/s3
image: ${docker_name}/s3:latest
environment:
write_debug: true
AWS_ID: ''
AWS_KEY: ''
REGION: ''
sqs:
lang: go
handler: ./openfaas/aws/sqs
image: ${docker_name}/sqs:latest
environment:
write_debug: true
AWS_ID: ''
AWS_KEY: ''
REGION: ''
sns:
lang: go
handler: ./openfaas/aws/sns
image: ${docker_name}/sns:latest
environment:
write_debug: true
AWS_ID: ''
AWS_KEY: ''
REGION: ''
redis:
lang: go
handler: ./openfaas/aws/redis
image: ${docker_name}/redis:latest
environment:
write_debug: true
DB_URL: ''
AWS_ID: ''
AWS_KEY: ''
REGION: ''
SENTINEL_1: ''
SENTINEL_2: ''
SENTINEL_3: ''
SENTINEL_PASS: ''
db:
lang: go
handler: ./openfaas/aws/db
image: ${docker_name}/db:latest
environment:
write_debug: true
DB_URL: ''
env:
lang: go
handler: ./openfaas/aws/env
image: ${docker_name}/env:latest:latest
secrets:
- openfaas-env