mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:07:32 +00:00
chore(e2e): use crdb 24.3
This commit is contained in:
@@ -30,7 +30,7 @@ services:
|
|||||||
|
|
||||||
db:
|
db:
|
||||||
restart: 'always'
|
restart: 'always'
|
||||||
image: 'cockroachdb/cockroach:latest'
|
image: 'cockroachdb/cockroach:latest-v24.3'
|
||||||
command: 'start-single-node --insecure --http-addr :9090'
|
command: 'start-single-node --insecure --http-addr :9090'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ['CMD', 'curl', '-f', 'http://localhost:9090/health?ready=1']
|
test: ['CMD', 'curl', '-f', 'http://localhost:9090/health?ready=1']
|
||||||
|
Reference in New Issue
Block a user