Skip to content

Commit

Permalink
chore: Add docker instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robcaulk committed Jul 3, 2024
1 parent b301b61 commit 3051475
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ Flowdapt Dashboard

## Installation

### Running with Docker

The easiest way to use the Flowdapt dashboard is by simply running the Docker image:

```bash
docker run --network=host ghcr.io/emergentmethods/flowdapt-dashboard:latest
```

It will run the dashboard on `http://localhost:3030` and it will look for a running Flowdapt server on `http://localhost:8070`. If you are running Flowdapt at a different location, you can specify that by controlling the environment variable `NEXT_PUBLIC_API_BASE_URL=http://localhost:8070`.

### Project Setup Guide

Follow these steps to set up and run the project:
Expand Down

0 comments on commit 3051475

Please sign in to comment.