Declare Zulip compose secrets
This commit is contained in:
parent
bd13ff3ee9
commit
801e0fb419
1 changed files with 4 additions and 0 deletions
|
|
@ -248,6 +248,10 @@ print((node.text or "").strip())
|
|||
secrets:
|
||||
zulip__postgres_password:
|
||||
file: ${cfg.postgresPasswordFile}
|
||||
zulip__memcached_password:
|
||||
file: ${cfg.memcachedPasswordFile}
|
||||
zulip__rabbitmq_password:
|
||||
file: ${cfg.rabbitmqPasswordFile}
|
||||
zulip__redis_password:
|
||||
file: ${cfg.redisPasswordFile}
|
||||
zulip__secret_key:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue