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:
Navigate to the
docker_composedirectory.Open the
.envfile and set the following variables as required:
| Variable | Description | Required |
|---|---|---|
| DOCKER_CLASSIFICATION_IMAGE | Repository path where the docker image of Classification Service is stored. | Yes |
| DOCKER_PATTERN_PROVIDER_IMAGE | Repository path where the docker image of Pattern classification Service is stored. | Yes |
| DOCKER_CONTEXT_PROVIDER_IMAGE | Repository path where the docker image of Context clarification Service is stored. | Yes |
| DOCKER_NETWORK_NAME | Name of the Docker network. | No |
| PATTERN_PROVIDER_LOGGING_CONFIG | a valid JSON python logging configuration for the Pattern Classification Provider. | No |
| CONTEXT_PROVIDER_LOGGING_CONFIG | a valid JSON python logging configuration for the Context Classification Provider. | No |
| CLASSIFICATION_LOGGING_CONFIG | a valid JSON python logging configuration for the Classification Service. | No |
| ENABLE_ALL_SECURITY_CONTROLS | Controls whether security mitigations are enabled. Accepted values: true (default) or false | No |
- Save the changes.