mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 19:34:00 +02:00
Use Meteor 1.4 based Docker image. Thanks to brylie and stephenmoloney !
This commit is contained in:
parent
5e8ea0be6b
commit
47c1e7e9ed
2 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
|||
# v0.3 2017-04-06
|
||||
|
||||
This release adds following new features:
|
||||
|
||||
* Use Meteor 1.4 based Docker image.
|
||||
|
||||
Thanks to GitHub users brylie and stephenmoloney for
|
||||
their contributions.
|
||||
|
||||
# v0.2 2017-02-19
|
||||
|
||||
This release adds following new documentation:
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
|
||||
wekandb:
|
||||
image: mongo:3.2.12
|
||||
image: mongo:3.4.3
|
||||
container_name: wekan-db
|
||||
restart: always
|
||||
command: mongod --smallfiles --oplogSize 128
|
||||
|
@ -16,7 +16,7 @@ services:
|
|||
- wekan-db-dump:/dump
|
||||
|
||||
wekan:
|
||||
image: mquandalle/wekan:latest
|
||||
image: wekanteam/wekan:meteor-1.4
|
||||
container_name: wekan-app
|
||||
restart: always
|
||||
networks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue