> For the complete documentation index, see [llms.txt](https://docs.aurras.hugobyte.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aurras.hugobyte.com/dependencies/openwhisk/deployment/setup-docker-compose.md).

# Docker Compose

OpenWhisk docker-compose deployment is used for local development and testing and should not be used for production.

### Prerequisites

1. [Docker](/dependencies/docker.md)
2. [Docker Compose](/dependencies/docker-compose.md)

### Deployment Guide

1. Clone [aurras-deployment-docker-compose](https://github.com/HugoByte/aurras-deployment-docker-compose)

```
git clone https://github.com/HugoByte/aurras-deployment-docker-compose
```

&#x20;   2\. Navigate to openwhisk setup directory

```
cd aurras-deployment-docker-compose/openwhisk
```

&#x20;  3\. Run docker-compose command to start the services

```
docker-compose --project-name openwhisk up -d
```
