Skip to content

Instantly share code, notes, and snippets.

@viveksyngh
Last active July 15, 2019 19:56
Show Gist options
  • Save viveksyngh/3a11df7f262e66a0dcde412250c426e2 to your computer and use it in GitHub Desktop.
Save viveksyngh/3a11df7f262e66a0dcde412250c426e2 to your computer and use it in GitHub Desktop.
Astronaut Counter stack.yml
version: 1.0
provider:
name: openfaas
gateway: http://127.0.0.1:8080
functions:
astronaut-counter:
lang: python3
handler: ./astronaut-counter
image: <username>/astronaut-counter:latest
environment:
write_debug: true
combine_output: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment