Data Discovery is currently in Private Preview and is not available for General Availability (GA). It should not be used in production environments, as features and functionality may change before the final GA release.

Configuring Environment Variables

Setting the environment variables for Docker Compose.

Run the following steps to edit the environment variables:

  1. Navigate to the docker_compose directory.

  2. Open the .env file and set the following variables as required:

VariableDescriptionRequired
DOCKER_CLASSIFICATION_IMAGERepository path where the docker image of Classification Service is stored.Yes
DOCKER_PATTERN_PROVIDER_IMAGERepository path where the docker image of Pattern classification Service is stored.Yes
DOCKER_CONTEXT_PROVIDER_IMAGERepository path where the docker image of Context clarification Service is stored.Yes
DOCKER_NETWORK_NAMEName of the Docker network.No
PATTERN_PROVIDER_LOGGING_CONFIGa valid JSON python logging configuration for the Pattern Classification Provider.No
CONTEXT_PROVIDER_LOGGING_CONFIGa valid JSON python logging configuration for the Context Classification Provider.No
CLASSIFICATION_LOGGING_CONFIGa valid JSON python logging configuration for the Classification Service.No
ENABLE_ALL_SECURITY_CONTROLSControls whether security mitigations are enabled. Accepted values: true (default) or falseNo
  1. Save the changes.
Last modified : August 19, 2025