-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.yml
42 lines (41 loc) · 1.01 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
version: 1.0
provider:
name: openfaas
gateway: http://127.0.0.1:8080
functions:
bb-http-hello:
lang: bb
handler: ./bb-hello
image: ${DOCKER_REGISTRY_IMG_ORG_PATH}/bb-http-hello
bb-http-map:
lang: bb
handler: ./bb-map
image: ${DOCKER_REGISTRY_IMG_ORG_PATH}/bb-http-map
environment:
keywords: false
bb-http-map-context:
lang: bb
handler: ./bb-map-context
image: ${DOCKER_REGISTRY_IMG_ORG_PATH}/bb-http-map-context
environment:
keywords: true
bb-routes:
lang: bb
handler: ./bb-routes
image: ${DOCKER_REGISTRY_IMG_ORG_PATH}/bb-routes
bb-routes-bell:
lang: bb
handler: ./bb-routes-bell
image: ${DOCKER_REGISTRY_IMG_ORG_PATH}/bb-routes-bell
bb-hiccup:
lang: bb
handler: ./bb-hiccup
image: ${DOCKER_REGISTRY_IMG_ORG_PATH}/bb-hiccup
potd:
lang: bb
handler: ./potd
image: ${DOCKER_REGISTRY_IMG_ORG_PATH}/bb-potd:latest
configuration:
templates:
- name: faas-bb
source: https://github.com/ccfontes/faas-bb