diff --git a/compose.yml b/compose.yml index 9a3ba5a..06c50f0 100644 --- a/compose.yml +++ b/compose.yml @@ -19,8 +19,10 @@ services: SETTING_RABBITMQ_HOST: "rabbitmq" SETTING_REDIS_HOST: "redis" SETTING_EXTERNAL_HOST: ${DOMAIN} - SETTING_ZULIP_ADMINISTRATOR: "admin@example.com" ZULIP_AUTH_BACKENDS: "EmailAuthBackend" + secrets: + - zulip_secret + - smtp_password volumes: - "zulip:/data:rw" ulimits: @@ -102,6 +104,8 @@ services: target: /custom-entrypoint.sh mode: 555 entrypoint: /custom-entrypoint.sh + secrets: + - redis_password command: - "sh" - "-euc"