mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
- Comment out docker build from source part of docker-compose.yml
Thanks to xet7 !
This commit is contained in:
parent
f140e20c6f
commit
f60429efdf
1 changed files with 11 additions and 11 deletions
|
|
@ -129,17 +129,17 @@ services:
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
# ==== BUILD wekan-app DOCKER CONTAINER FROM SOURCE, if you uncomment these ====
|
# ==== BUILD wekan-app DOCKER CONTAINER FROM SOURCE, if you uncomment these ====
|
||||||
# ==== and use commands: docker-compose up -d --build
|
# ==== and use commands: docker-compose up -d --build
|
||||||
build:
|
#build:
|
||||||
context: .
|
# context: .
|
||||||
dockerfile: Dockerfile
|
# dockerfile: Dockerfile
|
||||||
args:
|
# args:
|
||||||
- NODE_VERSION=${NODE_VERSION}
|
# - NODE_VERSION=${NODE_VERSION}
|
||||||
- METEOR_RELEASE=${METEOR_RELEASE}
|
# - METEOR_RELEASE=${METEOR_RELEASE}
|
||||||
- NPM_VERSION=${NPM_VERSION}
|
# - NPM_VERSION=${NPM_VERSION}
|
||||||
- ARCHITECTURE=${ARCHITECTURE}
|
# - ARCHITECTURE=${ARCHITECTURE}
|
||||||
- SRC_PATH=${SRC_PATH}
|
# - SRC_PATH=${SRC_PATH}
|
||||||
- METEOR_EDGE=${METEOR_EDGE}
|
# - METEOR_EDGE=${METEOR_EDGE}
|
||||||
- USE_EDGE=${USE_EDGE}
|
# - USE_EDGE=${USE_EDGE}
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
ports:
|
ports:
|
||||||
# Docker outsideport:insideport. Do not add anything extra here.
|
# Docker outsideport:insideport. Do not add anything extra here.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue