- Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-10-23 14:15:33 +03:00
parent 96151a54fb
commit 20af78e50b
8 changed files with 81 additions and 99 deletions

View file

@ -5,7 +5,7 @@ version: '2'
services:
wekandb:
image: mongo:4.0.3
image: mongo:3.2.21
container_name: wekan-db
restart: always
command: mongod --smallfiles --oplogSize 128
@ -18,22 +18,11 @@ services:
- wekan-db-dump:/dump
wekan:
image: quay.io/wekan/wekan:edge
image: quay.io/wekan/wekan
container_name: wekan-app
restart: always
networks:
- wekan-tier
build:
context: .
dockerfile: Dockerfile
args:
- NODE_VERSION=${NODE_VERSION}
- METEOR_RELEASE=${METEOR_RELEASE}
- NPM_VERSION=${NPM_VERSION}
- ARCHITECTURE=${ARCHITECTURE}
- SRC_PATH=${SRC_PATH}
- METEOR_EDGE=${METEOR_EDGE}
- USE_EDGE=${USE_EDGE}
ports:
# Docker outsideport:insideport
- 80:8080