diff --git a/templates/invoice-ninja/0/rancher-compose.yml b/templates/invoice-ninja/0/rancher-compose.yml index f8fad3b..183dde8 100644 --- a/templates/invoice-ninja/0/rancher-compose.yml +++ b/templates/invoice-ninja/0/rancher-compose.yml @@ -53,5 +53,11 @@ catalog: default: "/Config" required: true type: string + - variable: "APP_KEY" + label: "Encryption Key" + description: | + A randomly generated 32-Character string which will be used for encryption. + required: true + type: string app: scale: 1 \ No newline at end of file