added educaas templates
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
postgres:
|
||||
image: postgres
|
||||
|
||||
taigaback:
|
||||
image: ipedrazas/taiga-back
|
||||
links:
|
||||
- postgres:postgres
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
||||
taigafront:
|
||||
image: ipedrazas/taiga-front
|
||||
links:
|
||||
- taigaback:taiga-back
|
||||
ports:
|
||||
- "80:80"
|
||||
environment:
|
||||
- "API_NAME=boot2docker"
|
||||
@@ -0,0 +1,10 @@
|
||||
.catalog:
|
||||
name: "Taiga"
|
||||
version: "v0.1-educaas"
|
||||
description: "Project management platform for agile developers"
|
||||
uuid: taiga-0
|
||||
minimum_rancher_version: v0.51.0
|
||||
questions:
|
||||
|
||||
|
||||
taiga:
|
||||
Reference in New Issue
Block a user