added educaas templates

This commit is contained in:
dalareo
2016-02-01 13:16:19 +01:00
parent bb9f42f700
commit e954eb6bcd
34 changed files with 2973 additions and 0 deletions
+18
View File
@@ -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