<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Working with the Data Discovery containers on</title><link>https://developer.docs.protegrity.com/0.9.0/docs/appendix/dd_deploy/</link><description>Recent content in Working with the Data Discovery containers on</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 27 Apr 2026 11:54:25 +0000</lastBuildDate><atom:link href="https://developer.docs.protegrity.com/0.9.0/docs/appendix/dd_deploy/index.xml" rel="self" type="application/rss+xml"/><item><title>Understanding the Docker Compose File</title><link>https://developer.docs.protegrity.com/0.9.0/docs/appendix/dd_deploy/dd_docker_conf_env_vbles/</link><pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate><guid>https://developer.docs.protegrity.com/0.9.0/docs/appendix/dd_deploy/dd_docker_conf_env_vbles/</guid><description>&lt;p>The following variables can be configured in the &lt;code>docker-compose.yml&lt;/code> file.&lt;/p>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Variable&lt;/th>
 &lt;th>Description&lt;/th>
 &lt;th>Mandatory&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>networks:name&lt;/td>
 &lt;td>Specify the name of the Docker network.&lt;/td>
 &lt;td>No&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>services:enviroment&lt;/td>
 &lt;td>Specify the location for the logs in the &lt;code>logging_config&lt;/code> parameter.&lt;/td>
 &lt;td>No&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>classification_service:ports&lt;/td>
 &lt;td>Specify the listening port for the classification service. By default, the port is set to 8580.&lt;/td>
 &lt;td>No&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table></description></item><item><title>Deploying the Application</title><link>https://developer.docs.protegrity.com/0.9.0/docs/appendix/dd_deploy/dd_docker_deploy_app/</link><pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate><guid>https://developer.docs.protegrity.com/0.9.0/docs/appendix/dd_deploy/dd_docker_deploy_app/</guid><description>&lt;p>Ensure that the &lt;a href="https://developer.docs.protegrity.com/0.9.0/docs/install/#prerequisites">prerequisites&lt;/a> are completed before deploying the application.&lt;/p>
&lt;p>Run the following steps to deploy the Data Discovery application on Docker.&lt;/p>
&lt;ol>
&lt;li>
&lt;p>Open a command prompt.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Navigate to the Developer Edition package directory.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Run the command to start the containers. For example, the following command starts the Classification service container.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>docker compose up -d
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item></channel></rss>