community-catalog/templates/taiga/0/rancher-compose.yml
KartoffelToby 31b91bc31a [TASK] change taiga templates (#242)
* [TASK] change taiga templates

* [TASK] remove config files
2016-09-06 10:21:34 -07:00

32 lines
856 B
YAML

.catalog:
name: "Taiga"
version: "v0.3"
description: "Project management platform for agile developers"
uuid: taiga-0
minimum_rancher_version: v0.51.0
questions:
- variable: "DOMAIN"
label: "Domain"
description: "your taiga domain name"
required: true
default: taiga.test.de
type: "string"
- variable: "DATA"
label: "Storage"
description: "the path for the Storage"
required: true
default: /home/taiga/data
type: "string"
- variable: "DATABASE"
label: "DB Storage"
description: "the path for the DB Storage"
required: true
default: /home/taiga/db
type: "string"
- variable: "CONF"
label: "Config Storage"
description: "the path for the Config Storage"
required: true
default: /home/taiga/conf
type: "string"