> ## Documentation Index
> Fetch the complete documentation index at: https://getconvoy.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Docker

## Requirements

* Docker 20.10.11+
* Compose 1.29.2+

## Deploy Locally

```bash theme={null}
# Get the code
$ git clone https://github.com/frain-dev/convoy.git

# Go to the Convoy folder
$ cd convoy

# Start Services
$ docker compose -f configs/local/docker-compose.yml up

```

## Login to your instance

Use the credentials below to sign into your freshly minted Convoy instance:

```text theme={null}
Email: superuser@default.com 
Password: default
```
