mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 18:42:26 +00:00
Merge pull request #32416 from kssenii/update-mongo-contrb
Update mongodb in contrib
This commit is contained in:
commit
fcce952434
2
contrib/poco
vendored
2
contrib/poco
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 258b9ba6cd245ff88e9346f75c43464c403f329d
|
Subproject commit 520a90e02e3e5cb90afeae1846d161dbc508a6f1
|
@ -76,7 +76,7 @@ RUN python3 -m pip install \
|
|||||||
minio \
|
minio \
|
||||||
protobuf \
|
protobuf \
|
||||||
psycopg2-binary==2.8.6 \
|
psycopg2-binary==2.8.6 \
|
||||||
pymongo \
|
pymongo==3.11.0 \
|
||||||
pytest \
|
pytest \
|
||||||
pytest-timeout \
|
pytest-timeout \
|
||||||
pytest-xdist \
|
pytest-xdist \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
version: '2.3'
|
version: '2.3'
|
||||||
services:
|
services:
|
||||||
mongo1:
|
mongo1:
|
||||||
image: mongo:3.6
|
image: mongo:5.0
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MONGO_INITDB_ROOT_USERNAME: root
|
MONGO_INITDB_ROOT_USERNAME: root
|
||||||
|
Loading…
Reference in New Issue
Block a user