mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-16 22:35:03 +02:00
Update Zitadel and CockroachDB Container Image Version (#2169)
* fix type in docker compose * Update docker compose cockroachdb to latest-23.2 and zitadel to 2.54.3
This commit is contained in:
@ -760,7 +760,7 @@ services:
|
|||||||
zitadel:
|
zitadel:
|
||||||
restart: 'always'
|
restart: 'always'
|
||||||
networks: [netbird]
|
networks: [netbird]
|
||||||
image: 'ghcr.io/zitadel/zitadel:v2.31.3'
|
image: 'ghcr.io/zitadel/zitadel:v2.54.3'
|
||||||
command: 'start-from-init --masterkeyFromEnv --tlsMode $ZITADEL_TLS_MODE'
|
command: 'start-from-init --masterkeyFromEnv --tlsMode $ZITADEL_TLS_MODE'
|
||||||
env_file:
|
env_file:
|
||||||
- ./zitadel.env
|
- ./zitadel.env
|
||||||
@ -774,7 +774,7 @@ services:
|
|||||||
crdb:
|
crdb:
|
||||||
restart: 'always'
|
restart: 'always'
|
||||||
networks: [netbird]
|
networks: [netbird]
|
||||||
image: 'cockroachdb/cockroach:v22.2.2'
|
image: 'cockroachdb/cockroach:latest-v23.2'
|
||||||
command: 'start-single-node --advertise-addr crdb'
|
command: 'start-single-node --advertise-addr crdb'
|
||||||
volumes:
|
volumes:
|
||||||
- netbird_crdb_data:/cockroach/cockroach-data
|
- netbird_crdb_data:/cockroach/cockroach-data
|
||||||
|
Reference in New Issue
Block a user