Last active
July 15, 2019 19:56
-
-
Save viveksyngh/3a11df7f262e66a0dcde412250c426e2 to your computer and use it in GitHub Desktop.
Astronaut Counter stack.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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