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.

Run the following steps to configure the environment variables.

  1. Navigate to the docker_compose directory.

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

VariableDescriptionMandatory
CLASSIFICATION_DOCKER_IMAGERepository path where the docker image of Classification service is stored.Yes
PRESIDIO_DOCKER_IMAGERepository path where the docker image of Presidio service is stored.Yes
ROBERTA_DOCKER_IMAGERepository path where the docker image of Roberta service is stored.Yes
DOCKER_NETWORK_NAMEName of the Docker network.No
PRESIDIO_LOGGING_CONFIGLogging level for Presidio.No
ROBERTA_LOGGING_CONFIGLogging level for Roberta.No
CLASSIFICATION_LOGGING_CONFIGLogging level for the classification service.No
  1. Save the changes.
Last modified : June 26, 2025