In this document, you will find all the available parameters (and their default values) to customize the platform.
Note
All parameters are optional unless specified. If you don’t need to override any parameter just launch the installation command omitting the extra vars volume mount.
This is described in the extra_vars.yaml file:
# on-premise platform distribution and versiondist:name:generalversion:1.0.0# launch the platform compose.yml in debug modecompose_debug_mode:false# force restart of all platform servicescompose_force_restart:false# base path where data platform is storeddata_basepath:"/opt"# launch platform when running bootstraplaunch_platform:true# platform configuration parametersconfig:# timeout for http request received by the platformcompose_http_timeout:200# name of compose project, this will be prepended to docker container namescompose_project_name:mc_onpremise_test# name of the docker network created by docker compose, allows internal communications between platform services.compose_network_name:mc_onpremise_test_net# force https trafficforce_https:false# external domain for the platformexternal_url:http://mconpremise.example.com/# MySQL connection data. If you don't have a database server available you can enable the mysql extension (see extensions section of this file).mysql_server:database-servermysql_database:meaningcloudmysql_user:mc-usermysql_password:mc-pass# select artifacts and versions to downloadartifacts:sentiment:0.1.0dictionaries:0.1.0lexicalbase:0.1.0deepcatmodels:0.1.0classmodels:0.1.0# enable and customize extensionsextensions:# see the extensions documentation pagemysql:# put the extension section hereadminer:# put the extension section herecaddy:# put the extension section here