summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-24 18:18:41 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-24 18:18:41 +0200
commitc502ab95009fc5814f1b96b45c6503313551578d (patch)
tree1f27c25b9d27755cd3ae0c3f5ace871f80c58c8d /docker-compose.yml
parent425ae5542227ecbb8bae0acd62d553d64b4d893c (diff)
downloadwekan-c502ab95009fc5814f1b96b45c6503313551578d.tar.gz
wekan-c502ab95009fc5814f1b96b45c6503313551578d.tar.bz2
wekan-c502ab95009fc5814f1b96b45c6503313551578d.zip
- Revert "Improve authentication" and "Default Authentication Method"
to make login work again. - Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work. Most likely Meteor 1.8.x version is still broken. Thanks to xet7 !
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml23
1 files changed, 12 insertions, 11 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 8b0418fd..085d511e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -128,17 +128,18 @@ services:
- wekan-tier
#-------------------------------------------------------------------------------------
# ==== BUILD wekan-app DOCKER CONTAINER FROM SOURCE, if you uncomment these ====
- #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}
+ # ==== 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}
#-------------------------------------------------------------------------------------
ports:
# Docker outsideport:insideport. Do not add anything extra here.