mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 19:34:00 +02:00
Add new Wekan with Node 6.12 and Meteor 1.6 for testing.
This commit is contained in:
parent
e206a79e41
commit
a1a2cb0890
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
# v0.12 2017-12-03
|
||||||
|
|
||||||
|
* Add commented out instructions for Docker image of new Wekan that has Node v6.12 and Meteor v1.6
|
||||||
|
|
||||||
|
Thanks to GitHub user xet7 for contributions.
|
||||||
|
|
||||||
# v0.11 2017-12-02
|
# v0.11 2017-12-02
|
||||||
|
|
||||||
* Use MongoDB 3.2.18
|
* Use MongoDB 3.2.18
|
||||||
|
|
|
@ -52,8 +52,12 @@ services:
|
||||||
|
|
||||||
wekan:
|
wekan:
|
||||||
# Wekan container only has Node.js and related code,
|
# Wekan container only has Node.js and related code,
|
||||||
# there is no data stored here.
|
# there is no data stored here.
|
||||||
|
#
|
||||||
|
# Old Wekan that uses Node 4.8.6 and Meteor 1.4:
|
||||||
image: wekanteam/wekan:latest
|
image: wekanteam/wekan:latest
|
||||||
|
# New Wekan that uses Node 6.12 and Meteor 1.6:
|
||||||
|
# image: wekanteam/wekan:meteor-1.6
|
||||||
container_name: wekan-app
|
container_name: wekan-app
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue