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
No known key found for this signature in database
GPG Key ID: AC6B0B8B492B04CA
5 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,26 @@
version: '2'
services:
openproject:
image: openproject/community:7
volumes_from:
- openproject-data
ports:
- ${OPENPROJECT_PORT}:80
labels:
io.rancher.sidekicks: openproject-data
io.rancher.container.hostname_override: container_name
openproject-data:
image: openproject/community:7
entrypoint:
- /bin/true
volumes:
- /var/lib/postgresql/9.4/main
- /var/log/supervisor
- /var/db/openproject
labels:
io.rancher.container.start_once: 'true'
io.rancher.container.hostname_override: container_name

View File

@ -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

View File

@ -0,0 +1,6 @@
# OpenProject
Login via Username: `admin` and Password `admin`.
Read more in the official OpenProject [Documentation](https://www.openproject.org/help/).

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,6 @@
name: openproject
description: Project planning and scheduling
version: 0.0.1
category: Agile
projectURL: https://github.com/ellerbrock/rancher-collection