Docker Compose
This guide shows you the steps to deploy a self-hosted instance of Miru using Docker Compose.
Prerequisites
Before we start, you need to make sure you have a VPS or on-prem machine with:
- 2 vCPUs
- 2GB of RAM
- Docker and Docker Compose
Installation
By far, the easiest way to get started with Miru is to use Docker Compose. The Miru repository comes with a docker-compose.yml
file that you can use as a template.
Create a new docker-compose.yml
file:
Run the following command to spin up the containers:
Navigate to your servers IP on port 3000
in your browser to access the Miru dashboard. You should see the welcome screen as seen below.