Add new Wekan with Node 6.12 and Meteor 1.6 for testing.

This commit is contained in:
Lauri Ojansivu 2017-12-03 20:51:59 +02:00
parent e206a79e41
commit a1a2cb0890
2 changed files with 11 additions and 1 deletions

View file

@ -52,8 +52,12 @@ services:
wekan:
# 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
# New Wekan that uses Node 6.12 and Meteor 1.6:
# image: wekanteam/wekan:meteor-1.6
container_name: wekan-app
restart: always
networks: