docker-compose.yml SETTINGS_ env var family typo

This commit is contained in:
Igor Loskutov
2025-01-29 18:21:28 -05:00
committed by Mateusz Mandera
parent ab5b7460b6
commit 9386092828

View File

@@ -105,13 +105,13 @@ services:
## https://zulip.readthedocs.io/en/latest/production/upload-backends.html
##
## If you want to use the S3 backend, you must set
## SETTINGS_LOCAL_UPLOADS_DIR to None as well as configuring the
## SETTING_LOCAL_UPLOADS_DIR to None as well as configuring the
## other fields.
# SETTINGS_LOCAL_UPLOADS_DIR: "None"
# SETTINGS_S3_AUTH_UPLOADS_BUCKET: ""
# SETTINGS_S3_AVATAR_BUCKET: ""
# SETTINGS_S3_ENDPOINT_URL: "None"
# SETTINGS_S3_REGION: "None"
# SETTING_LOCAL_UPLOADS_DIR: "None"
# SETTING_S3_AUTH_UPLOADS_BUCKET: ""
# SETTING_S3_AVATAR_BUCKET: ""
# SETTING_S3_ENDPOINT_URL: "None"
# SETTING_S3_REGION: "None"
volumes:
- "zulip:/data:rw"
ulimits: