Functions/nombres/nombres.yml

14 lines
289 B
YAML
Raw Normal View History

2022-07-19 11:56:46 -03:00
version: 1.0
provider:
name: openfaas
gateway: http://pinky:8082
functions:
busqueda:
lang: python3-flask
handler: ./busqueda
image: ralsina/nombres_busqueda:latest
historico:
lang: python3-flask
handler: ./historico
image: ralsina/nombres_historico:latest