url-mapper/stack.yml

16 lines
371 B
YAML
Raw Normal View History

2023-06-22 19:33:26 +00:00
provider:
name: openfaas
gateway: https://faas.serguzim.me
functions:
url-mapper:
lang: python3-http
handler: ./src
image: registry.serguzim.me/faas/url-mapper
secrets:
- url-mapper-file # url to mapper file
configuration:
templates:
- name: python3-http-debian
source: https://github.com/openfaas-incubator/python-flask-template