Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Introduce TYPO3_SOLR_ENABLED_CORES docker env variable #3503

Merged

Commits on Jun 7, 2023

  1. [FEATURE] Introduce TYPO3_SOLR_ENABLED_CORES docker env variable

    This adds a startup script which disables all unneeded cores.
    
    Usage:
    
    `docker run -e 'TYPO3_SOLR_ENABLED_CORES=english german' -it typo3solr/ext-solr`
    
    This enables only the english and german core (core_en, core_de) during startup.
    
    If the env variable is not set, then all cores are enabled (= default behaviour).
    
    The additional cores can be enabled afterwards by adding them to the TYPO3_SOLR_ENABLED_CORES env. variable.
    
    Fixes: TYPO3-Solr#3502
    Christoph Lehmann authored and dkd-kaehm committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    1dda542 View commit details
    Browse the repository at this point in the history