Copied from rancher community catalog as starting point
This commit is contained in:
20
templates/OpenProject/0/rancher-compose.yml
Normal file
20
templates/OpenProject/0/rancher-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user