From 7be20c7f73d2e692894e64931bb6f0eb4882cf49 Mon Sep 17 00:00:00 2001 From: land0 <469303+land0@users.noreply.github.com> Date: Mon, 16 Apr 2018 15:42:26 -0700 Subject: [PATCH] add custom configuration options *enable ability to define custom port to run multiple odoo stacks on one host *enable ability to define custom password for odoo Postgresql database to increase security --- templates/odoo/0/rancher-compose.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates/odoo/0/rancher-compose.yml b/templates/odoo/0/rancher-compose.yml index 1f0f6a02d..1f36ccc39 100644 --- a/templates/odoo/0/rancher-compose.yml +++ b/templates/odoo/0/rancher-compose.yml @@ -4,5 +4,17 @@ description: "ERP management powered by Odoo" uuid: odoo-0 questions: + - variable: port + description: "port to access the odoo stack" + label: "Port" + required: true + default: "8069" + type: "int" + + - variable: pgsql_password + description: "password for odoo" + label: "PGSQL_PASSWORD" + required: true + type: "string" odoo: