sevlaOriginal post
Web Developer
While having a self-hosted version of Appwrite, when creating function, by default it come with just a few runtimes to pick.
In the documentation we have more options (listed here: https://appwrite.io/docs/products/functions/runtimes).
How can we add those runtime available on documentation, to be pick as runtime when creating function?
Also on that matter, can we create a custom runtime, let say as a dockerfile, and use it?
Summary
Developers on self-hosted Appwrite can expand runtime options for functions beyond default choices by following the documentation available at https://appwrite.io/docs/products/functions/runtimes. In addition to adding runtimes listed in the documentation, it is possible to create custom runtimes such as a Dockerfile for use within functions.