Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 696 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 696 Bytes

OpenFaaS Image for Gotenberg

See OpenFaaS and Gotenberg for details.

Usage

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

License

See respective licenses of OpenFaaS and Gotenberg.

Otherwise, this very repository is in public domain.