From c5a10fb68b8f533796252cfc4e394a8e2899dce7 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Thu, 28 Jun 2018 06:58:20 -0400 Subject: [PATCH] Additional options to add later --- templates/InvoiceNinja/0/rancher-compose.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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