2022-07-19 14:56:46 +00: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
|
2023-05-16 15:35:02 +00:00
|
|
|
tapas:
|
|
|
|
lang: python3-flask
|
|
|
|
handler: ./tapas
|
|
|
|
image: ralsina/tapas:latest
|
2023-06-01 12:44:33 +00:00
|
|
|
tapas2:
|
2023-06-01 21:52:39 +00:00
|
|
|
lang: crystal
|
2023-06-01 12:44:33 +00:00
|
|
|
handler: ./tapas2
|
|
|
|
image: ralsina/tapas2:latest
|