# Deploy using Docker

It is required to have Docker-Engine installed in the deployment environment (Linux, Mac, or Windows). \
\
In the following section, we will cover the steps necessary to have OMniLeads running in dockerized environments.

* [Docker Install documentation](https://docs.docker.com/get-docker/)

and the following cloned repository:

```
git clone https://gitlab.com/omnileads/omldeploytool.git
cd omldeploytool/docker-compose
```

## OMniLeads & Docker Compose <a href="#user-content-omnileads-docker-compose" id="user-content-omnileads-docker-compose"></a>

In the directory, we will find 3 Docker Compose files:

**1) docker-compose.yml**: It is used to launch the stack of containers on the workstation where Docker Desktop resides.

**2) docker-compose\_prod.yml**: used to launch the stack on a Cloud VPS (Virtual Private Server) or VM (Virtual Machine).

**3) docker-compose\_prod\_external\_bucket.yml**: Similar to the previous scenario, but including an external bucket (Object Storage - S3).

To create a .env file, copy the example env file provided in the repository:

```
$ cp env .env 
```

According to the chosen scenario, we will follow the steps described in each section:

* [Docker Desktop](/english/omnileads-installation-methods/deploy-using-docker/deploy-with-docker-destkop.md)
* [Docker en VPS Cloud o VM](/english/omnileads-installation-methods/deploy-using-docker/deploy-with-docker-for-vps-cloud-or-vm.md)
* [Docker en VPS Cloud o VM utilizando Bucket Externo](/english/omnileads-installation-methods/deploy-using-docker/deploy-with-docker-for-vps-cloud-or-vm-with-external-bucket.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.omnileads.net/english/omnileads-installation-methods/deploy-using-docker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
