Skip to content
On this page

Options

When running Subvert, there's a few options that you can pass to the docker run command to modify behaviors or resources. Each additional variable can be passed in with another -e flag.

Environment variables

Any option marked with a ❗ is required.

OptionDefaultDescription
OPENAI_API_KEY❗(none)Key responsible for OpenAI's APIs.
UPLOAD_MAX_FILESIZE256MChange's PHP's UPLOAD_MAX_FILESIZE setting.
MEMORY_LIMIT512MChanges PHP's MEMORY_LIMIT setting.