From f66fbf4fb3575b0b9eeb22dc12532816a5938f7b Mon Sep 17 00:00:00 2001 From: Lo-Gun Date: Thu, 13 Dec 2018 18:56:37 +0530 Subject: [PATCH] ADD Flectra Template --- templates.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/templates.json b/templates.json index 622a78cd..028f9241 100644 --- a/templates.json +++ b/templates.json @@ -834,5 +834,33 @@ "bind": "/var/run/docker.sock" } ] + }, + { + "type": "container", + "title": "Flectra", + "description": "The Open Source ERP and CRM system for your business.", + "categories": ["project-management"], + "platform": "linux", + "logo": "https://flectrahq.com/flectra_website/static/src/img/icons/Icon-60.png", + "image": "flectrahq/flectra:latest", + "env": [ + { + "name": "HOST", + "label": "PostgreSQL database host", + "type": "container" + }, + { + "name": "USER", + "label": "Database user" + }, + { + "name": "PASSWORD", + "label": "Database password" + } + ], + "ports": [ + "7073/tcp" + ], + "volumes": ["/var/lib/flectra", "/mnt/extra-addons"] } ]