mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
DevContainer: Updated node and mongodb
This commit is contained in:
parent
03bea6e406
commit
9474bee7fa
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
DEBUG=false \
|
DEBUG=false \
|
||||||
NODE_VERSION=8.16.0 \
|
NODE_VERSION=8.16.1 \
|
||||||
METEOR_RELEASE=1.8.1 \
|
METEOR_RELEASE=1.8.1 \
|
||||||
USE_EDGE=false \
|
USE_EDGE=false \
|
||||||
METEOR_EDGE=1.5-beta.17 \
|
METEOR_EDGE=1.5-beta.17 \
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
wekandb-dev:
|
wekandb-dev:
|
||||||
image: mongo:4.0.11
|
image: mongo:4.0.12
|
||||||
container_name: wekan-dev-db
|
container_name: wekan-dev-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: mongod --smallfiles --oplogSize 128
|
command: mongod --smallfiles --oplogSize 128
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue