mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
chore: use cockroachdb v21 in tests (#7764)
This commit is contained in:
parent
2356a459be
commit
449bad5ae4
@ -62,9 +62,9 @@ services:
|
||||
|
||||
# cockroachdb
|
||||
cockroachdb:
|
||||
image: "cockroachdb/cockroach:v19.2.9"
|
||||
image: "cockroachdb/cockroach:latest-v21.1"
|
||||
container_name: "typeorm-cockroachdb"
|
||||
command: start --insecure
|
||||
command: start-single-node --insecure --cache=.25 --store=type=mem,size=.25 --logtostderr=NONE --log-dir=""
|
||||
ports:
|
||||
- "26257:26257"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user