mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
parent
953a355e63
commit
b5d35d4645
3 changed files with 9 additions and 9 deletions
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
wekandb-dev:
|
wekandb-dev:
|
||||||
image: mongo:5
|
image: mongo:6
|
||||||
container_name: wekan-dev-db
|
container_name: wekan-dev-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: mongod --oplogSize 128
|
command: mongod --oplogSize 128
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ services:
|
||||||
# Quay image does work:
|
# Quay image does work:
|
||||||
# image: quay.io/wekan/mongo:4.4.2-bionic
|
# image: quay.io/wekan/mongo:4.4.2-bionic
|
||||||
# Docker Hub MongoDB image does work:
|
# Docker Hub MongoDB image does work:
|
||||||
image: mongo:5
|
image: mongo:6
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
container_name: wekan-db
|
container_name: wekan-db
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ apps:
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
mongodb:
|
mongodb:
|
||||||
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-5.0.14.tgz
|
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-6.0.4.tgz
|
||||||
plugin: dump
|
plugin: dump
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- libssl1.1
|
- libssl1.1
|
||||||
|
|
@ -90,13 +90,13 @@ parts:
|
||||||
prime:
|
prime:
|
||||||
- $mongo
|
- $mongo
|
||||||
|
|
||||||
mongosh:
|
# mongosh:
|
||||||
source: https://downloads.mongodb.com/compass/mongodb-mongosh_1.6.2_amd64.deb
|
# source: https://downloads.mongodb.com/compass/mongodb-mongosh_1.6.2_amd64.deb
|
||||||
plugin: dump
|
# plugin: dump
|
||||||
|
|
||||||
mongotools:
|
# mongotools:
|
||||||
source: https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2004-x86_64-100.6.1.tgz
|
# source: https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2004-x86_64-100.6.1.tgz
|
||||||
plugin: dump
|
# plugin: dump
|
||||||
|
|
||||||
# mongodb44:
|
# mongodb44:
|
||||||
# source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-4.4.18.tgz
|
# source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-4.4.18.tgz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue