mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-19 17:31:39 +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:
parent
fc15ee6351
commit
3cf4d5758f
@ -717,7 +717,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- netbird_caddy_data:/data
|
- netbird_caddy_data:/data
|
||||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||||
#UI dashboard
|
# UI dashboard
|
||||||
dashboard:
|
dashboard:
|
||||||
image: netbirdio/dashboard:latest
|
image: netbirdio/dashboard:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user