summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-05 14:31:28 +0200
committerLauri Ojansivu <x@xet7.org>2019-12-05 14:31:28 +0200
commitb2eccc7b54d5b0b32d1c3ce9e74eb61d1efb4731 (patch)
tree756d3507cf1a982a799d6cb68af03662398537ee /docker-compose.yml
parentc2fa23d5252c095450bee299fc4fa82188b95436 (diff)
downloadwekan-b2eccc7b54d5b0b32d1c3ce9e74eb61d1efb4731.tar.gz
wekan-b2eccc7b54d5b0b32d1c3ce9e74eb61d1efb4731.tar.bz2
wekan-b2eccc7b54d5b0b32d1c3ce9e74eb61d1efb4731.zip
Back to Meteor 1.8.x.
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 29c930c5..a0e641c1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -93,14 +93,14 @@ services:
#-------------------------------------------------------------------------------------
# ==== MONGODB AND METEOR VERSION ====
# a) For Wekan Meteor 1.8.x version at master branch, use mongo 4.x
- image: mongo:4.2.1
+ image: mongo:4.0.12
# b) For Wekan Meteor 1.6.x version at devel branch.
# Only for Snap and Sandstorm while they are not upgraded yet to Meteor 1.8.x
#image: mongo:3.2.21
#-------------------------------------------------------------------------------------
container_name: wekan-db
restart: always
- command: mongod --oplogSize 128 --quiet
+ command: mongod --smallfiles --oplogSize 128
networks:
- wekan-tier
expose:
@@ -129,17 +129,17 @@ services:
#-------------------------------------------------------------------------------------
# ==== BUILD wekan-app DOCKER CONTAINER FROM SOURCE, if you uncomment these ====
# ==== and use commands: docker-compose up -d --build
- 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}
+ #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. Do not add anything extra here.