Remove python versions of nombres functions

This commit is contained in:
Roberto Alsina 2023-08-30 11:05:04 -03:00
parent abfe0cbf27
commit af94db7d4e
1 changed files with 8 additions and 8 deletions

View File

@ -3,14 +3,14 @@ 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
# busqueda:
# lang: python3-flask
# handler: ./busqueda
# image: ralsina/nombres_busqueda:latest
# historico:
# lang: python3-flask
# handler: ./historico
# image: ralsina/nombres_historico:latest
tapas:
lang: python3-flask
handler: ./tapas