mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-11 10:43:49 +00:00
docs(deploy): make lb example idempotent (#4640)
This commit is contained in:
parent
f6f8ce8ba1
commit
ac66a54df9
@ -30,7 +30,7 @@ services:
|
||||
certs:
|
||||
image: 'cockroachdb/cockroach:v22.1.0'
|
||||
entrypoint: [ '/bin/bash', '-c' ]
|
||||
command: [ 'cp /certs/* /zitadel-certs/ && cockroach cert create-client --certs-dir /zitadel-certs/ --ca-key /zitadel-certs/ca.key zitadel_user && chown 1000:1000 /zitadel-certs/*' ]
|
||||
command: [ 'cp /certs/* /zitadel-certs/ && cockroach cert create-client --overwrite --certs-dir /zitadel-certs/ --ca-key /zitadel-certs/ca.key zitadel_user && chown 1000:1000 /zitadel-certs/*' ]
|
||||
volumes:
|
||||
- 'certs:/certs:ro'
|
||||
- 'zitadel-certs:/zitadel-certs:rw'
|
||||
|
Loading…
x
Reference in New Issue
Block a user