Skip to content

Commit

Permalink
docs: update run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazechaser committed May 27, 2024
1 parent fa89b48 commit 83f2e86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It applies deduplication at the NATS level, making it safe to run in a distribut
* NATS server
* Access to a Celo RPC node

See [docker-compose.yaml](dev/docker-compose.yaml) for an example on how to run a deploy a single instance.
See [docker-compose.yaml](dev/docker-compose.yaml) for an example on how to run and deploy a single instance.

### 1. Build the Docker image

Expand Down Expand Up @@ -55,7 +55,8 @@ Refer to [`config.toml`](config.toml) to understand different config value setti
### 4. Run the tracker

```bash
docker run --env-file .env -p 127.0.0.1:5001:5001 celo-tracker:latest
cd dev
docker compose up
```

## Processing NATS messages
Expand Down

0 comments on commit 83f2e86

Please sign in to comment.