feat(templates): add openproject to rancher catalog templates

This commit is contained in:
Maik Ellerbrock
2017-06-10 01:13:23 +02:00
parent ef58051123
commit ac194d08ba
5 changed files with 62 additions and 0 deletions
@@ -0,0 +1,24 @@
version: '2'
catalog:
name: openproject
version: 0.0.1
description: Project planning and scheduling
questions:
- variable: OPENPROJECT_PORT
label: Port
default: 80
required: true
type: int
services:
openproject:
scale: 1
start_on_create: true
openproject-data:
scale: 1
start_on_create: true