1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-07-16 22:35:03 +02:00

Update Zitadel and CockroachDB Container Image Version ()

* fix type in docker compose

* Update docker compose cockroachdb to latest-23.2 and zitadel to 2.54.3
This commit is contained in:
Robert Neumann
2024-06-22 12:44:45 +02:00
committed by GitHub
parent fc15ee6351
commit 3cf4d5758f

@ -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