remove zulip admin env and add secrets decleration to services
This commit is contained in:
parent
51e3e8ee79
commit
4edb74eafa
@ -19,8 +19,10 @@ services:
|
|||||||
SETTING_RABBITMQ_HOST: "rabbitmq"
|
SETTING_RABBITMQ_HOST: "rabbitmq"
|
||||||
SETTING_REDIS_HOST: "redis"
|
SETTING_REDIS_HOST: "redis"
|
||||||
SETTING_EXTERNAL_HOST: ${DOMAIN}
|
SETTING_EXTERNAL_HOST: ${DOMAIN}
|
||||||
SETTING_ZULIP_ADMINISTRATOR: "admin@example.com"
|
|
||||||
ZULIP_AUTH_BACKENDS: "EmailAuthBackend"
|
ZULIP_AUTH_BACKENDS: "EmailAuthBackend"
|
||||||
|
secrets:
|
||||||
|
- zulip_secret
|
||||||
|
- smtp_password
|
||||||
volumes:
|
volumes:
|
||||||
- "zulip:/data:rw"
|
- "zulip:/data:rw"
|
||||||
ulimits:
|
ulimits:
|
||||||
@ -102,6 +104,8 @@ services:
|
|||||||
target: /custom-entrypoint.sh
|
target: /custom-entrypoint.sh
|
||||||
mode: 555
|
mode: 555
|
||||||
entrypoint: /custom-entrypoint.sh
|
entrypoint: /custom-entrypoint.sh
|
||||||
|
secrets:
|
||||||
|
- redis_password
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
- "-euc"
|
- "-euc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user