diff --git a/templates/InvoiceNinja/0/rancher-compose.yml b/templates/InvoiceNinja/0/rancher-compose.yml index f288c46..2d06429 100644 --- a/templates/InvoiceNinja/0/rancher-compose.yml +++ b/templates/InvoiceNinja/0/rancher-compose.yml @@ -69,4 +69,21 @@ catalog: description: | A randomly generated 32-Character string which will be used for encryption. required: true - type: string \ No newline at end of file + type: string + +# - variable: "GOOGLE_MAPS_KEY" +# label: "Google Maps API Key" +# description: | +# Temp +# required: false +# type: password + +# - variable: "SSL_CERT" +# label: "SSL Certificate" +# description: | +# Please select which certificate you'd like to use from the environment (if any). +# required: false +# type: certificate + +services: + app: \ No newline at end of file