2022-07-19 14:56:46 +00:00
|
|
|
version: 1.0
|
|
|
|
provider:
|
|
|
|
name: openfaas
|
|
|
|
gateway: http://pinky:8082
|
|
|
|
functions:
|
2023-08-30 14:05:04 +00:00
|
|
|
# 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-04 00:09:25 +00:00
|
|
|
c-historico:
|
|
|
|
lang: crystal-http
|
|
|
|
handler: ./c-historico
|
|
|
|
image: ralsina/c-historico:latest
|
|
|
|
build_args:
|
|
|
|
ADDITIONAL_PACKAGE: gnuplot
|
2024-05-15 21:02:50 +00:00
|
|
|
secrets:
|
|
|
|
- nombres-pass
|
|
|
|
- nombres-user
|
2023-06-04 14:53:24 +00:00
|
|
|
c-busqueda:
|
|
|
|
lang: crystal-http
|
|
|
|
handler: ./c-busqueda
|
|
|
|
image: ralsina/c-busqueda:latest
|
|
|
|
build_args:
|
|
|
|
ADDITIONAL_PACKAGE: gnuplot
|
2024-05-15 21:02:50 +00:00
|
|
|
secrets:
|
|
|
|
- nombres-pass
|
|
|
|
- nombres-user
|
2023-07-01 22:59:14 +00:00
|
|
|
iol:
|
|
|
|
lang: python3-fastapi
|
|
|
|
handler: ./iol
|
|
|
|
image: ralsina/iol:latest
|
|
|
|
secrets:
|
|
|
|
- iol-pass
|
|
|
|
- iol-user
|
|
|
|
- iol-api-secret
|
2023-06-04 14:53:24 +00:00
|
|
|
|