added educaas templates
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
wekandb:
|
||||
image: mongo
|
||||
# volumes:
|
||||
# - ./data/runtime/db:/data/db
|
||||
# - ./data/dump:/dump
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
ports:
|
||||
- 27017
|
||||
|
||||
wekan:
|
||||
image: mquandalle/wekan
|
||||
links:
|
||||
- wekandb
|
||||
environment:
|
||||
- MONGO_URL=mongodb://wekandb/wekan
|
||||
- ROOT_URL=http://localhost:80
|
||||
ports:
|
||||
- 80:80
|
||||
@@ -0,0 +1,10 @@
|
||||
.catalog:
|
||||
name: "Wekan"
|
||||
version: "v0.1-educaas"
|
||||
description: "The open-source Trello-like kanban (build with Meteor)"
|
||||
uuid: cloudflare-0
|
||||
minimum_rancher_version: v0.51.0
|
||||
questions:
|
||||
|
||||
|
||||
wekan:
|
||||
Reference in New Issue
Block a user