See OpenFaaS and Gotenberg for details.
You stack file (eg. stack.yml
) should look something like this:
provider:
name: openfaas
gateway: https://your-openfaas-gateway
functions:
gotenberg:
image: telostat/openfaas-gotenberg:0.0.1
... and up:
faas-cli up -a -f stack.yml
See respective licenses of OpenFaaS and Gotenberg.
Otherwise, this very repository is in public domain.