Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zengzengzenghuy committed Sep 23, 2024
1 parent d21c428 commit d464ceb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/executor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Run the following command:

```sh
cd ../.. # To the root level
docker compose -f docker-compose.yml up -d --build
docker compose up --build mongodb hashi_relayer hashi_executor
```

### Viewing Logs
Expand Down
2 changes: 1 addition & 1 deletion packages/relayer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Run the following command:

```sh
cd ../.. # To the root level
docker compose -f docker-compose.yml up -d --build
docker compose up --build mongodb hashi_relayer hashi_executor
```

### Viewing Logs
Expand Down
5 changes: 3 additions & 2 deletions packages/reporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ Configure the mode you want to run by editing the variable in `.env` by checking

### Building and Running the Docker Image

On the root's `docker-compose.yml`, remove all the logic unrelated to reporter, and run the following command:
On the root's `docker-compose.yml`, run the following command:

```sh
docker compose -f docker-compose.yml up -d --build
cd ../.. # To the root level
docker-compose up -d --build --no-deps hashi_reporter
```

### Viewing Logs
Expand Down

0 comments on commit d464ceb

Please sign in to comment.