diff --git a/README.md b/README.md index 676c29d..c26716d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,11 @@ Visit docker site and install docker (min version 20.10) and docker compose: # Installation steps + Follow these steps to build and run the RhodeCode Cluster via Docker-compose. +Get the repository: + +git clone https://code.rhodecode.com/rhodecode-enterprise-docker && cd rhodecode-enterprise-docker ## Download installer binaries diff --git a/config/compose/rhodecode.optimized.ini b/config/compose/rhodecode.optimized.ini index 5f2edee..a048200 100644 --- a/config/compose/rhodecode.optimized.ini +++ b/config/compose/rhodecode.optimized.ini @@ -25,7 +25,6 @@ debug = false #smtp_use_tls = false #smtp_use_ssl = true - [server:main] ; COMMON HOST/IP CONFIG host = 0.0.0.0 @@ -301,6 +300,17 @@ labs_settings_active = true ; This is used to store exception from RhodeCode in shared directory #exception_tracker.store_path = +; Send email with exception details when it happens +#exception_tracker.send_email = false + +; Comma separated list of recipients for exception emails, +; e.g admin@rhodecode.com,devops@rhodecode.com +; Can be left empty, then emails will be sent to ALL super-admins +#exception_tracker.send_email_recipients = + +; optional prefix to Add to email Subject +#exception_tracker.email_prefix = [RHODECODE ERROR] + ; File store configuration. This is used to store and serve uploaded files file_store.enabled = true