Skip to content

Commit

Permalink
Restore env-vars
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis committed Oct 7, 2018
1 parent c813c8d commit e68e553
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
template
build
*/node_modules/*/*
233 changes: 233 additions & 0 deletions kollector/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion kollector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"minio": "^7.0.1"
}
}
11 changes: 7 additions & 4 deletions stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,18 @@ functions:
lang: go
handler: ./latest-release
image: alexellis/latest-release:0.1
s3:
lang: go
handler: ./s3
image: openfaas/s3:0.2
environment:
write_debug: true
content_type: text/html
signup:
lang: golang-middleware
handler: ./signup
image: signup:latest
environment:
gist_url: "https://gist.github.com/alexellis/d648d927c34c082bb5d965f06b818026"
slack:
lang: golang-middleware
handler: ./slack
image: slack:latest
environment:
slack_url: "https://docs.openfaas.com/community"

0 comments on commit e68e553

Please sign in to comment.