mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:17:33 +00:00
update cr version in docs and compose
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- zitadel
|
- zitadel
|
||||||
image: cockroachdb/cockroach:v21.2.5
|
image: cockroachdb/cockroach:v22.1.0
|
||||||
command: start-single-node --insecure --listen-addr=0.0.0.0
|
command: start-single-node --insecure --listen-addr=0.0.0.0
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080/health?ready=1"]
|
test: ["CMD", "curl", "-f", "http://localhost:8080/health?ready=1"]
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
## Download The CockroachDB binary
|
## Download The CockroachDB binary
|
||||||
|
|
||||||
Download a `cockroach` binary as described [here](https://www.cockroachlabs.com/docs/v21.2/install-cockroachdb).
|
Download a `cockroach` binary as described [here](https://www.cockroachlabs.com/docs/v21.2/install-cockroachdb).
|
||||||
ZITADEL is tested against CockroachDB v21.2.8.
|
ZITADEL is tested against CockroachDB v22.1.0.
|
||||||
|
|
||||||
## Run CockroachDB and ZITADEL
|
## Run CockroachDB and ZITADEL
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
## Download The CockroachDB binary
|
## Download The CockroachDB binary
|
||||||
|
|
||||||
Download a `cockroach` binary as described [here](https://www.cockroachlabs.com/docs/v21.2/install-cockroachdb).
|
Download a `cockroach` binary as described [here](https://www.cockroachlabs.com/docs/v21.2/install-cockroachdb).
|
||||||
ZITADEL is tested against CockroachDB v21.2.8.
|
ZITADEL is tested against CockroachDB v22.1.0.
|
||||||
|
|
||||||
## Run CockroachDB and ZITADEL
|
## Run CockroachDB and ZITADEL
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user